Log in

View Full Version : DB Backup


flnz400
06-04-2008, 01:35 AM
I've been trying to backup my DB through Putty, per VB instructions. I keep getting this error below and have searched the forum for different things to try, but none seem to be working.

I'm new at this, are there other ways to do this other than the Mysql backup function in the Cpanel....I've been told by my host that it may timeout and have errors upon restoring? Thanks in advance for any helpful tips!

mysqldump: Got error: 1045: Access denied for user 'admin_admin'@'localhost' (using password: YES) when trying to connect
[admin@traverse ~]$ mysqldump --opt -Q -u admin_admin -p admin_forum > 6308backup.sql

Lynne
06-04-2008, 02:12 AM
Are you using the same username (admin_admin) and password that you put in the config.php file?

flnz400
06-04-2008, 04:37 AM
You hit it right on the head! I was using only (admin). Thank You!