Tag: Remote Access MySQL

  • How to enable Remote Access MySQL

    by

    in

    Sometimes, you want to manage your database from your web server without login to it. There is a way to do this is enabled Remote Access MySQL. So how do it? 1. Change MySQL configuration By default, Remote Access MySQL was disabled, you need to enable this option via command: sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf Add comment…