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'.

Hope this helps ;).

Regards,
Christophe.


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

Reply via email to