How To Allow Remote Access To Mysql Database On Ubuntu Linux
Our previous tutorial showed you how to enable remote access to the MariaDB database server. Since these are two separate (but also the same in some ways) database servers, some configurations might be different. By default, when you install MySQL database server, it only accepts connections to its local host. The same host computer it is installed on. If want to connect from a remote client computer from a remote location, you will not be able to connect to databases set up on the server....