grant select, index, show databases on *.* to 'ODBC'@'localhost';
Quote: Originally Posted by King_Arthur Code: grant select, index, show databases on *.* to 'ODBC'@'localhost'; Should solve your problem..