ODBC / mySQL connection issue

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' [at] '24.55.41.125' identified by 'pwd232123';

GRANT select,update,insert,delete,create,drop,alter,index on
ESdemostore.* to
'aname' [at] '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
powerfulhosting [ Di, 11 Juli 2006 00:05 ] [ ID #1385873 ]

Re: ODBC / mySQL connection issue

-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" <dave [at] powerfulhosting.com> wrote in message
news:1152569115.712158.198910 [at] 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' [at] '24.55.41.125' identified by 'pwd232123';
>
> GRANT select,update,insert,delete,create,drop,alter,index on
> ESdemostore.* to
> 'aname' [at] '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
>
Jared [ Di, 11 Juli 2006 05:42 ] [ ID #1387336 ]
Datenbanken » mailing.database.mysql » ODBC / mySQL connection issue

Vorheriges Thema: Importing XML into multiple tables?
Nächstes Thema: CR_SERVER_LOST from mysql_stmt_fetch why???