Hal Fulton wrote: > [EMAIL PROTECTED] typo]# mysqldump -u hal9000 -p typo >backup3.out > Enter password: > mysqldump: Got error: 1045: Access denied for user 'hal9000'@'localhost' > (using > password: YES) when trying to connect > > > Got any idea what's wrong?
Silly question, but do those parameters exactly match what's in config/database.yml? For example, leaving out the hostname on the mysqldump command /may/ make a difference, because you're connecting over the local socket. -Dom _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
