diff options
Diffstat (limited to 'contrib/create-database.sql')
| -rw-r--r-- | contrib/create-database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/create-database.sql b/contrib/create-database.sql index 8c31b90..91ffa08 100644 --- a/contrib/create-database.sql +++ b/contrib/create-database.sql @@ -14,7 +14,7 @@ use xxv; -- USR=username -- The first line is useful for granting access to user xxv on all computers in a network. -/* grant all privileges on xxv.* to username@'%' IDENTIFIED BY 'password'; */ +-- grant all privileges on xxv.* to username@'%' IDENTIFIED BY 'password'; -- -- Grant access to user xxv on the local machine with password 'xxv' grant all privileges on xxv.* to xxv@localhost IDENTIFIED BY 'xxv'; |
