Tag: mysql

  • Enable and Allow Remote Access to MySQL Server

    By default your MySQL Server has default configuration to allow only local connection. So if your application connects MySQL in localhost, then the basic configuration can be left untouched. If you are planning to allow and enable remote access to MySQL server, then follow the steps below : Find the MySQL configuration file which mostly…