From 5f4c622e74757af9de5497e51f1779e59568f6cb Mon Sep 17 00:00:00 2001 From: Ivan Diaz Date: Thu, 30 Jun 2016 21:04:33 +0000 Subject: [PATCH] README.md edited online with Bitbucket [skip ci] --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e588ff4..5e06c3d0 100644 --- a/README.md +++ b/README.md @@ -66,11 +66,7 @@ Just as there is the `gulp dev` task for development, there is also a `gulp prod `CREATE DATABASE development;` -4. Assign privileges to user - - `GRANT ALL PRIVILEGES ON development.* To 'root'@'localhost' IDENTIFIED BY 'root';` - -6. Run the MySQL server +4. Run the MySQL server `sudo /etc/init.d/mysql start`