(no commit message)
authorymh <ymh.work@gmail.com>
Fri, 23 Apr 2010 19:00:08 +0200
changeset 81 e63b40348c2c
parent 80 f4f2cc82c9a4
child 82 b982a1479e1c
(no commit message)
db/create_user.sql
--- a/db/create_user.sql	Fri Apr 23 18:58:14 2010 +0200
+++ b/db/create_user.sql	Fri Apr 23 19:00:08 2010 +0200
@@ -0,0 +1,4 @@
+CREATE USER 'mosatags'@'localhost' IDENTIFIED BY 'shee6Nai';
+CREATE USER 'mosatags'@'%' IDENTIFIED BY 'shee6Nai';
+GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'localhost';
+GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'%';
\ No newline at end of file