db/create_user.sql
author ymh <ymh.work@gmail.com>
Fri, 07 May 2010 12:19:04 +0200
changeset 130 92097c549081
parent 87 640852e46afa
permissions -rw-r--r--
Added tag V00.06 for changeset ae0c67ef08e1
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;