runcloud mysql remote host allow

April 8, 2022 . 1 MIN READ

Could you please add the following code within the file “/etc/mysql/mariadb.conf.d/50-server.cnf” of your server to see if it helps?

==
skip-networking=0
skip-bind-address
==

Make sure that you’re logged in as the root user(over SSH) to access the file. After adding the above code, restart the database service by running the command provided below:

service mysql restart

Leave a Reply

Your email address will not be published. Required fields are marked *