db/create_user.sql
author ymh <ymh.work@gmail.com>
Wed, 05 May 2010 12:41:09 +0200
changeset 124 69b5b3949fff
parent 87 640852e46afa
permissions -rw-r--r--
Add a retrain button to the status page - war updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
81
e63b40348c2c (no commit message)
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     1
CREATE USER 'mosatags'@'localhost' IDENTIFIED BY 'shee6Nai';
e63b40348c2c (no commit message)
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     2
CREATE USER 'mosatags'@'%' IDENTIFIED BY 'shee6Nai';
e63b40348c2c (no commit message)
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     3
GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'localhost';
87
640852e46afa temprary authorize access to frontend_dev and backend_dev
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
     4
GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'%';
640852e46afa temprary authorize access to frontend_dev and backend_dev
ymh <ymh.work@gmail.com>
parents: 81
diff changeset
     5
FLUSH PRIVILEGES;