Jump to content

Help with mysqldump


everythingandtwo

Recommended Posts

I\'m trying to backup a database that I have located on one server to another server on my network. So far I haven\'t had any luck. I can back the database up to a file locally, but not across the network. Here is the syntax I\'m using along with the error message...

 

C:mysqlbin>mysqldump -u webuser -p pass --opt fonemail | mysql 

--host=10.192.212.34 fonemail_backup

ERROR 1044: Access denied for user: \'@OSPSDEV3\' to database \'fonemail_backup\'

 

I\'ve created a DB called fonemail_backup at the remote location and I have granted all privileges to webuser@OSPSDEV3 however it is still saying access denied. Can anyone help me out? Thanks!

 

- Brad

Link to comment
https://forums.phpfreaks.com/topic/502-help-with-mysqldump/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.