Skip to content

Commit

Permalink
Hurah, backtick syntax done
Browse files Browse the repository at this point in the history
  • Loading branch information
donjmilligan authored Apr 11, 2019
1 parent 648b493 commit bbb0f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ In this method, you'll accomplish the tasks using the command line.

4. Grant just enough privileges for the user *bible* to manage the database:

``GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE ON ` `bible_db`.* TO 'bible'@'localhost';``
``GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, CREATE VIEW, EVENT, TRIGGER, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EXECUTE ON `bible_db`.* TO 'bible'@'localhost';``

5. In Linux (or with [MobaXterm](https://mobaxterm.mobatek.net/) in Windows), navigate to the /sql/ folder, or open a terminal there, and use this command to import all_translations.sql into *bible_db*. You will be prompted for your root mysql password

Expand Down

0 comments on commit bbb0f2a

Please sign in to comment.