Trivial changes.

This commit is contained in:
Chris Lane
2013-08-26 19:19:52 -04:00
parent 37b9e84497
commit bf290ea5b7
4 changed files with 4 additions and 7 deletions

View File

@ -1,5 +0,0 @@
# To create a database in utf8 charset
CREATE DATABASE owa CHARACTER SET utf8 COLLATE utf8_general_ci;
# To add a user and give rights on the given database
GRANT ALL PRIVILEGES ON database.* TO 'user'@'localhost'IDENTIFIED BY 'password' WITH GRANT OPTION;