Configuring MariaDB for Remote Client Access
https://mariadb.com/kb/en/configuring-mariadb-for-remote-client-access/
If your system is running a software firewall (or behind a hardware firewall or NAT) you must allow connections destined to TCP port that MariaDB runs on (by default and almost always 3306). To undo this change and not allow remote access anymore, simply remove the skip-bind-address line or uncomment the bind-address line in your defaults file. The end result should … If your system is running a software firewall (or behind a hardware firewall or NAT) you must allow connections destined to TCP port that MariaDB runs on (by default and almost always 3306). To undo this change and not allow remote access anymore, simply remove the skip-bind-address line or uncomment the bind-address line in your defaults file. The end result should be that you should...
If your system is running a software firewall (or behind a hardware firewall or NAT) you must allow connections destined to TCP port that MariaDB runs on (by default and almost always 3306).
To undo this change and not allow remote access anymore, simply remove the skip-bind-address line or uncomment the bind-address line in your defaults file. The end result should …
To undo this change and not allow remote access anymore, simply remove the skip-bind-address line or uncomment the bind-address line in your defaults file. The end result should be that you should...
DA: 95 PA: 64 MOZ Rank: 93