Automatic Backup script problem
Posted by: dubberdan
Posted on: 2007-02-17 11:49:00
I'm following the steps listed in the Wiki here but have come up with an error when testing the mysql.sh script. I get the error:
mysqldump: Got error: 2005: Unknown MySQL server host 'drupal_lbc.lightbeingcreations.co.uk' (1) when trying to connect
So I'm guessing the problem is when I edited the script for my database details:
mysqldump --opt -uUser -ppass -h mysqlA.domain.com db_nameA > mysql/db_nameA.$suffix.sql
I changed:
mysqlA.domain.com db_nameA
to
drupal_lbc.lightbeingcreations.co.uk drupal_lbc (I think it's the first bit that's wrong)
Any suggestions?