As the root user I created a DB a populated with tables... but when I want to create a user to handle that DB i get this error message:
mysql> grant all on db.* to [EMAIL PROTECTED] identified by 'password';
ERROR 1044 (42000): Access denied for user 'root'
What could be the reason???
I though the mysql root user was analogous to the unix counterpart
Thanks a lot in advance for your help.
Regards, Ed
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]