From 90b680c42a4c505499e8b34a321f0c722b18044c Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 2 May 2016 22:31:08 -0400 Subject: [PATCH] Fix mysql db install command in the instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09a1cc4..54b658a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ nginx, php, systemd ### MySQL Config -1. Run `mysql_install_db-user=mysql-basedir=/usr-datadir=/var/lib/mysql` +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`. 4. Create a new password.