remote access with MyODBC

majki

New member
Joined
Aug 10, 2004
Messages
1
Hi,
My internet provider just swiched to a new servers and DA. Since that I can't log to MySQL database using MyODBC. There is only 'localhost' in the 'Access hosts' list and I can add new IP addresses, but I have dynamic IP so it won't be much of a help. Anyone knows what can I do?
Thanks,
Michal
 
Hello,

You can open it up to all IPs by adding
Code:
%
That will allow any IP to connect. You can also do things like
Code:
123.234.%
to allow all IPs from 123.234.x.x to connect.

John
 
Back
Top