db/create_user.sql
author Gautier Thibault <gthibault@universcine.com>
Wed, 28 Apr 2010 15:15:46 +0200
changeset 88 6161de0c8ffa
parent 81 e63b40348c2c
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'@'%';