On Fri, 6 Feb 2004, Tristan Fiedler wrote: > Dear MySQL'ers, > > I have backed up my db using : > > % mysqldump -p -u tfiedler --opt BigData >./db_backup.sql > > When db_backup.sql is scp'd (secure copy) to another machine running > mysqld, then I ssh to that machine and execute : > > $ mysql -u tfiedler BigData < db_backup.sql > ERROR 1044: Access denied for user: '@localhost' to database 'BigData'
Hello, You specified a "-p" to the mysqldump command. Would you like to try specifying the "-p" parameter to the mysql command too? :) Cheers, Tan Shao Yi -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]