Description:
fixed database creation instructions in installer script. patch by Witchakorn Kamolpornwijit
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r97:b344db59d967 - - 1 file changed: 2 inserted, 2 deleted
@@ -45,8 +45,8 | |||
|
45 | 45 | echo "2. Create a new database, a new user, and grant access to grader database:" |
|
46 | 46 | echo |
|
47 | 47 | echo " create user 'USERNAME'@'localhost' identified by 'PASSWORD';" |
|
48 | - echo " create database DATABASENEME;" | |
|
49 | - echo " grant all on DATABASENAME.* to 'USERNAME'@'localhost';" | |
|
48 | + echo " create database \`DATABASENEME\`;" | |
|
49 | + echo " grant all on \`DATABASENAME\`.* to 'USERNAME'@'localhost';" | |
|
50 | 50 | echo |
|
51 | 51 | echo " Replace USERNAME, PASSWORD, and DATABASENAME accordingly." |
|
52 | 52 | echo |
You need to be logged in to leave comments.
Login now