View Single Post
  #3   (View Single Post)  
Old 13th December 2008
Mantazz Mantazz is offline
Shell Scout
 
Join Date: Oct 2008
Posts: 90
Default

Quote:
Does the output of SHOW GRANTS FOR 'syslog' give any clue?
Code:
mysql> show grants for 'syslog'@'localhost';
+---------------------------------------------------------------------------------------------------------------+
| Grants for syslog@localhost                                                                                   |
+---------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'syslog'@'localhost' IDENTIFIED BY PASSWORD '' |
| GRANT ALL PRIVILEGES ON `hackers`.`hackers` TO 'syslog'@'localhost'                                           |
| GRANT ALL PRIVILEGES ON `hackers`.`demo` TO 'syslog'@'localhost'
I'm not entirely sure why we have 'hackers'.'hackers' and 'hackers'.'demo'
Reply With Quote