Error messages accompanying backups
-
Although backups continue to work on my site (I’m using Simple Backup v2.7.8 w/PHP v5.6.4 and MySQL v5.5.38 for debian-linux-gnu x86_64 in WordPress v4.1) these are now accompanied by the following error messages:
Checking Database…
Warning: mysql_query(): No such file or directory in /home/kanjialive2/kanjialive.com/wp-content/plugins/simple-backup/simple-backup-manager.php on line 358
Warning: mysql_query(): A link to the server could not be established in /home/kanjialive2/kanjialive.com/wp-content/plugins/simple-backup/simple-backup-manager.php on line 358
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/kanjialive2/kanjialive.com/wp-content/plugins/simple-backup/simple-backup-manager.php on line 359
As best as I can tell, the back-up is still executing correctly:
Executing Command:
mysqldump –single-transaction -u kanjialivecom3 -p'<deleted>’ kanjialive_com_3 -h mysql.kanjialive.com | zip > /home/kanjialive2/kanjialive.com/simple-backup/db_backup_2015-01-29_113655.sql.zipThe MySQL dump file looks ok. Are these error messages something I should be concerned about? I’ve seen the same thing happen on a different, identically configured WP site.
- The topic ‘Error messages accompanying backups’ is closed to new replies.