[help] problem with accserver (manageusers)

02/21/2010 09:15 zspider#1
i was trying to delete other users from navicat but when i was trying to open accserver it gives me this error
02/21/2010 10:53 IcedEarth#2
You deleted or modified the ODBC@localhost, recreate it and it should work normal.
02/21/2010 14:46 King_Arthur#3
Code:
grant select, index, show databases on *.* to 'ODBC'@'localhost';
Should solve your problem..
02/21/2010 15:37 zspider#4
Quote:
Originally Posted by King_Arthur View Post
Code:
grant select, index, show databases on *.* to 'ODBC'@'localhost';
Should solve your problem..
thanks the problem was solved ty king_Arthur