Hi! On Jul 14, Marcin Blazowski wrote: > >> mysql> grant all privileges on temp.* to [EMAIL PROTECTED] identified by 'haslo' > >> with grant option; > >> mysql> grant insert on temp.* to [EMAIL PROTECTED] identified by 'haslo'; > >> ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'mysql' > >> > >> And I get an access denied error. > >> > >> What's wrong? I know that it should work but it doesn't. > >> It works with MySQL 4.0.12 compiled by me from sources on RedHat. > >> It doesn't work with 3.23.49 installed from deb on Debian. > >> It doesn't work with 4.0.12 installed from binary distribution on Windows 2000.
See the error message - access was denied for the user '[EMAIL PROTECTED]', but all priveleges with grant option were granted to '[EMAIL PROTECTED]' - it's different user!!! I'm not sure why it does not work on Debian - may be some bug in the really old version. As for 4.0.12 - there was a bug, that is fixed in 4.0.14. It is about localhost/127.0.0.1 on Windows. http://bugs.mysql.com/bug.php?id=464 Regards, Sergei -- __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Senior Software Developer /_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]