[RESOLVED] Loading openemm-2013.sql to MySQL database
Posted: Sat Oct 12, 2013 2:07 am
I am using Plesk and have created the openemm database but when I try to import the openemm-2013.sql file into it I am receiving the following message:
I have created a database user named openemm. What's causing this problem? Is there a password somewhere in openemm-2013.sql that needs to be set for the openemm user? It does appear that the database became populated, and I see the offending script appears at the very end of the openemm-2013.sql file.QL query:
GRANT DELETE ,
INSERT ,
UPDATE ,
LOCK TABLES ,
SELECT ,
ALTER ,
INDEX ,
CREATE TEMPORARY TABLES ,
DROP ,
CREATE ON openemm . * TO 'agnitas'@'localhost' IDENTIFIED BY 'openemm';
MySQL said:
#1044 - Access denied for user 'openemm'@'localhost' to database 'openemm'