From e92f0f53e3a634ff2e3f6e264ed6f78c34dd607b Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 1 May 2019 18:30:28 -0400 Subject: [PATCH] Update the location of the mysql config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db9c90..fa482e4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ nginx php systemd ### MySQL Config -1. Add `bind-address = 127.0.0.1` to `/etc/mysql/my.cnf` +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`.