Le 19/09/2014 18:00, Christophe a écrit :
Hi there,

Le 19/09/2014 17:19, Don Wieland a écrit :

grant all privileges
   on teal1dwd_teal.*
   to 'teal1dwd_teal'@'localhost'
   identified by 'my_user_pw';

I get this error:

#1044 - Access denied for user 'teal1dwd'@'localhost' to database
'teal1dwd_teal'


I think you are trying to access the DB with the 'teal1dwd' user, but
your grant applies to 'teal1dwd_teal'.


I forgot to tell, that GRANT queries need to be performed by a user which has the GRANT privilege.

Don't you have root access to MySQL instance ?



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

Reply via email to