How To Switch Mysql To Listen On Tcp
If you’re using MySQL on a web server, you may want to consider switching it to listen on TCP instead of UDP. This will allow you to access your MySQL database from any device that has an TCP connection, including routers and firewalls. There are a few things you need to do in order to switch MySQL to listen on TCP: Edit your mysql.cnf file and add the following line: mysql_connect_timeout=50000 Edit your mysql....