Hi Ken,
wow, thanks for this. I did in fact edit my cron job has previously instructed and this is the message from cron job now.
$ rm -rf /home/roberygp/public_html/myhub
$ cp -a /home/roberygp/public_html/backup/myhub /home/roberygp/public_html ; restore the Moodle code
$ rm -rf /home/roberygp/public_html/myhubdata
$ cp -a /home/roberygp/public_html/backup/myhubdata /home/roberygp/public_html ; restore the Moodle data
$ mysql -u root -pSECRET -e "drop database myhubdata"
$ mysql -u root -pSECRET -e "create database myhubdata default character set utf8 collate utf8_unicode_ci"
$ mysql -u root -pSECRET myhubdata < /home/roberygp/public_html/backup/myhubdata.dump ; restore the database
Does this indicate that it is now working? Or should I change this to the information you have stated above. Please forgive my ingorance in this matter - I am learning quickly though!
Sarah x