Hello everybody
I`m trying to connect to a small MySQL database, installed on a machine on the local network. The MySQL server has some local users. I have written a front end
VB program to access the database.
Unfortunately when I try to connect to the database (via the
VB program) from a machine, other than the one running MySQL, I get a 'Access denied for user xxxx' error.
Do I need to make those users remote and how can I do that?
thx, in advance
George Papadopoulos