Suppose you installed MySQL server on your Linux box. Suppose you need to let access to the server from applications outside the host. In this case you need to configure remote access. In the file /etc/my.cnf you need to comment skip-network option and you need to assign bind option as following: bind=0.0.0.0 but if you […]
