db/create_user.sql
changeset 87 640852e46afa
parent 81 e63b40348c2c
--- a/db/create_user.sql	Wed Apr 28 14:36:49 2010 +0200
+++ b/db/create_user.sql	Wed Apr 28 14:59:18 2010 +0200
@@ -1,4 +1,5 @@
 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
+GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'%';
+FLUSH PRIVILEGES;
\ No newline at end of file