ODBC / mySQL connection issue

ODBC / mySQL connection issue

am 11.07.2006 00:05:15 von powerfulhosting

I'm trying to allow someone from a specific IP to connect to a mySQL db
w/OBDC. I've run several GRANT queries on the mysql db i.e.

GRANT select,update,insert,delete,create,drop,alter,index on ESdemo.*
to 'aname'@'24.55.41.125' identified by 'pwd232123';

GRANT select,update,insert,delete,create,drop,alter,index on
ESdemostore.* to
'aname'@'santamonica-cuda4-24-55-40-1.vnnyca.adelphia.net' identified
by 'pwd232123';

but when I try to connect I get "Request returned with SQL_ERROR." Any
ideas? Does it sound like a GRANT issue? Thanks, Dave

Re: ODBC / mySQL connection issue

am 11.07.2006 05:42:56 von Jared

-reconfigure service with Enable Root Access from Remote connections
checked, and try to connect as root
-show innodb status; -- may help
-use % for any IP
-use 3.51 version of odbc and not 5.1 alpha
-try to connect from mysql.exe in dos



"powerfulhosting" wrote in message
news:1152569115.712158.198910@35g2000cwc.googlegroups.com...
> I'm trying to allow someone from a specific IP to connect to a mySQL db
> w/OBDC. I've run several GRANT queries on the mysql db i.e.
>
> GRANT select,update,insert,delete,create,drop,alter,index on ESdemo.*
> to 'aname'@'24.55.41.125' identified by 'pwd232123';
>
> GRANT select,update,insert,delete,create,drop,alter,index on
> ESdemostore.* to
> 'aname'@'santamonica-cuda4-24-55-40-1.vnnyca.adelphia.net' identified
> by 'pwd232123';
>
> but when I try to connect I get "Request returned with SQL_ERROR." Any
> ideas? Does it sound like a GRANT issue? Thanks, Dave
>