diff options
author | Fisune <fisuned@gmail.com> | 2016-12-08 19:14:53 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 19:14:53 -0200 |
commit | 04eec631b52ac7b1e532050f31d5b3711c4b0baa (patch) | |
tree | 998dacb4481b81904dfa98f9f4b31e56f036d1d8 /README.md | |
parent | 5420eb80caeedfc7cb26c9f4d9507d29f4b989a6 (diff) | |
download | hercules-04eec631b52ac7b1e532050f31d5b3711c4b0baa.tar.gz hercules-04eec631b52ac7b1e532050f31d5b3711c4b0baa.tar.bz2 hercules-04eec631b52ac7b1e532050f31d5b3711c4b0baa.tar.xz hercules-04eec631b52ac7b1e532050f31d5b3711c4b0baa.zip |
Fixing an small markdown mistake
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |