[SOLVED] Restoring a database, user access denied...
Posted: Mon Aug 03, 2009 5:30 pm
I'm sorry for being so dull...
I'm trying to restore a database onto a new server. I created a backup of my database from using MySQL Administrator.
I then created a new blank database on which has a database owner "restoretest" whose password I specified.
When I connect to and try to restore the database to it, I get the message
"Error while executing this query:CREATE DATABASE IF NOT EXISTS cukAcmsms;
The server has returned this error message:Access denied for user 'restoretest'@'%' to database ''
MySQL Error."
I'm certain i'm missing something very simple, but why can't I restore the database? Must I create a new user on whose username is the same as ?
I'm trying to restore a database onto a new server. I created a backup of my database from using MySQL Administrator.
I then created a new blank database on which has a database owner "restoretest" whose password I specified.
When I connect to and try to restore the database to it, I get the message
"Error while executing this query:CREATE DATABASE IF NOT EXISTS cukAcmsms;
The server has returned this error message:Access denied for user 'restoretest'@'%' to database ''
MySQL Error."
I'm certain i'm missing something very simple, but why can't I restore the database? Must I create a new user on whose username is the same as ?