diff -r 4ddb2636237b -r 640852e46afa db/create_user.sql --- 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