Web Hosting Talk







View Full Version : mysql ports.


LoganNZ
09-25-2004, 10:15 PM
Ok, this dude needs to access mysql from outside of the server.

What ports need to be open for this person to access the mysqld?

Thanks.

MikeM
09-25-2004, 10:22 PM
3306 -- and you will have to configure his account to allow access from outside localhost.

maki
09-25-2004, 10:24 PM
default port is 3306

AhmedFouad
09-26-2004, 06:49 AM
Also don't forget to add his ip(s) or '%' in the dbase access list so he can access the dbase through port 3306

But need to warn you about remote dbase rises the server load a bit.