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'

I have no problem connecting to the mysql server though.

The top of db_backup.sql looks like :

-- MySQL dump 9.10
--
-- Host: localhost    Database: BigData
-- ------------------------------------------------------
-- Server version       4.0.17-standard

I assume I am having a permissions problem?

Any help would be appreciated.

Thank you,

Tristan


-- 


[EMAIL PROTECTED] (alias)


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to