MySQL with MyODBC

wxdqz

New Member
Hi all,

I've got MySQL ver 3.22.32 up and running OK on a Linux box. All seems to be fine.

However, I cannot access MySQL from an NT box running MyODBC ver 2.50.33.

I am setting up the user as follows:

mysql> grant select on testing.* to jeremy@'%' identified by 'password';

However, the host wildcard does not seem to be working. Is this only applicable to the beta version of MySQL?

TIA,

Jeremy.
 
Back
Top