# HG changeset patch # User ymh # Date 1272042008 -7200 # Node ID e63b40348c2c630455d8710363354046d4432042 # Parent f4f2cc82c9a4018fc0f292cab6b02a066809ee52 (no commit message) diff -r f4f2cc82c9a4 -r e63b40348c2c 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