From 04eec631b52ac7b1e532050f31d5b3711c4b0baa Mon Sep 17 00:00:00 2001 From: Fisune Date: Thu, 8 Dec 2016 19:14:53 -0200 Subject: Fixing an small markdown mistake --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8ade896f0..dc7e9e72e 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,7 @@ the end of this file). 3. Connect to the MySQL server as root: - Create a database (hercules): `CREATE DATABASE hercules;` - Create a user (hercules): `CREATE USER 'hercules'@'localhost' IDENTIFIED BY 'password';`. - - Give permissions (GRANT SELECT,INSERT,UPDATE,DELETE) to the user: `GRANT SELECT,INSERT,UPDATE,DELETE ON - \`hercules\`.* TO 'hercules'@'localhost';` + - Give permissions (GRANT SELECT,INSERT,UPDATE,DELETE) to the user: `GRANT SELECT,INSERT,UPDATE,DELETE ON hercules.* TO 'hercules'@'localhost';` 4. Connect to the MySQL server as the new user: - Import the .sql files in /sql-files/ into the new database. 5. Start Visual Studio and load the provided solution: @@ -123,8 +122,7 @@ the end of this file). 4. Connect to the MySQL server as root: - Create a database (hercules): `CREATE DATABASE hercules;` - Create a user (hercules): `CREATE USER 'hercules'@'localhost' IDENTIFIED BY 'password';`. - - Give permissions (GRANT SELECT,INSERT,UPDATE,DELETE) to the user: `GRANT SELECT,INSERT,UPDATE,DELETE ON - \`hercules\`.* TO 'hercules'@'localhost';` + - Give permissions (GRANT SELECT,INSERT,UPDATE,DELETE) to the user: `GRANT SELECT,INSERT,UPDATE,DELETE ON hercules.* TO 'hercules'@'localhost';` 5. Connect to the MySQL server as the new user: - Import the .sql files in /sql-files/ into the new database. 6. Enter the Hercules directory and configure/build Hercules -- cgit v1.2.3-60-g2f50