db/create_user.sql
author ymh <ymh.work@gmail.com>
Fri, 23 Apr 2010 19:00:08 +0200
changeset 81 e63b40348c2c
parent 79 03f5524aa3c0
child 87 640852e46afa
permissions -rw-r--r--
(no commit message)
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';
e63b40348c2c (no commit message)
ymh <ymh.work@gmail.com>
parents: 79
diff changeset
     4
GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'%';