Egor> By default user 'root' has all privileges...
Egor> Show me the output of following:
Egor>      SHOW GRANTS FOR 'root'@'localhost';


mysql> show grants for 'root'@'localhost'
    -> ;
+---------------------------------------------------------------------------
------------------+
| Grants for root@localhost
|
+---------------------------------------------------------------------------
------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD
'password_obscured' |
+---------------------------------------------------------------------------
------------------+
1 row in set (0.00 sec)

Ian


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to