AutoMySQLBackup Script
Posted by: tupdegrove
Posted on: 2007-08-14 18:26:00
I've downloaded the script from http://themebot.com/articles/tips-and-tutorials/how-to-have-automatic-backups-of-your-mysql-database.html and have edited it with my info. Currently, I'm getting the following error due to the host name of the MySQL server. "ERROR 2003 (HY000): Can't connect to MySQL server on 'benji' (111).
On the DH Manage MySQL panel, it shows "benji:eeds" for MySQL Server. In the script, I tried "benji:eeds" (without the quotes) and "benji" (without the quotes) but neither worked. There are two databases to backup and both have the same user/password.
Any ideas on what to try? Anyone on DH successful configure this script?