From 5f4d69373b775f357454e1622afdc9ba11d405d9 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 28 Oct 2019 18:45:46 -0400 Subject: [PATCH] Don't bother with the 127.0.0.1 isolation for mariadb as the config location changed and the default is to lock down --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fa482e4..1bdd501 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ nginx php systemd ### MySQL Config -1. Add `bind-address = 127.0.0.1` to `/etc/mysql/my.cnf.d/server.cnf` 1. Run `mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql` 2. Run `systemctl start mysqld` and `systemctl enable mysqld` to start mysqld and enable it at boot 3. Run `mysql_secure_installation`.