I installed Mandrake 9.0, including php/ mysql / apache.
Problem: I cannot connect to the mysql database remotely.
The only way to connect is through the machine where MySQL is installed.
Things I did:
- forwarded port 3306 on the router to the local machine with mysql installed;
- through a terminal I requested the status of skipnetworking with the command mysql variables, skip networking is off.;
- also I have made a user with all priviliges who may connect from any host %.
I see that MySQL default uses a socket connection. Should this be tcp/ip? If yes, how can I change this?
Or is the cause of the problem something else?
This is driving me nuts for 1 month now.... Arrh
Please help.
Roy