get error for user agnitas in openemm.sql when creating db
Posted: Sun Oct 01, 2006 6:12 pm
1) created a new db in plesk 8, redhat core 4, latest version of everything, called openemm, and a user called openemm.
2) Did this as root: mysql -u openemm -p openemm <openemm.sql
(entered the password for openemm)
I get:
ERROR 1044 (42000) at line 992: Access denied for user 'openemm'@'%' to database
'openemm'
The error is from the following line of the script:
GRANT DELETE, INSERT, UPDATE, LOCK TABLES, SELECT, CREATE TEMPORARY TABLES ON openemm.* TO 'agnitas'@'localhost' IDENTIFIED BY 'openemm';
The question is, who is agnitas? Is it a user I have to setup?
2) Did this as root: mysql -u openemm -p openemm <openemm.sql
(entered the password for openemm)
I get:
ERROR 1044 (42000) at line 992: Access denied for user 'openemm'@'%' to database
'openemm'
The error is from the following line of the script:
GRANT DELETE, INSERT, UPDATE, LOCK TABLES, SELECT, CREATE TEMPORARY TABLES ON openemm.* TO 'agnitas'@'localhost' IDENTIFIED BY 'openemm';
The question is, who is agnitas? Is it a user I have to setup?