472,110 Members | 2,082 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

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,inde x on ESdemo.*
to 'aname'@'24.55.41.125' identified by 'pwd232123';

GRANT select,update,insert,delete,create,drop,alter,inde x 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

Jul 10 '06 #1
1 6456
-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" <da**@powerfulhosting.comwrote in message
news:11**********************@35g2000cwc.googlegro ups.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,inde x on ESdemo.*
to 'aname'@'24.55.41.125' identified by 'pwd232123';

GRANT select,update,insert,delete,create,drop,alter,inde x 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

Jul 11 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by David | last post: by
11 posts views Thread by DJJ | last post: by
13 posts views Thread by Eric E | last post: by
2 posts views Thread by Beda Christoph Hammerschmidt | last post: by
4 posts views Thread by Bob Sanderson | last post: by
3 posts views Thread by nark | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.