| author | Gautier Thibault <gthibault@universcine.com> |
| Wed, 28 Apr 2010 19:05:19 +0200 | |
| changeset 95 | 411b36a1912e |
| parent 87 | 640852e46afa |
| permissions | -rw-r--r-- |
| 81 | 1 |
CREATE USER 'mosatags'@'localhost' IDENTIFIED BY 'shee6Nai'; |
2 |
CREATE USER 'mosatags'@'%' IDENTIFIED BY 'shee6Nai'; |
|
3 |
GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'localhost'; |
|
|
87
640852e46afa
temprary authorize access to frontend_dev and backend_dev
ymh <ymh.work@gmail.com>
parents:
81
diff
changeset
|
4 |
GRANT ALL PRIVILEGES ON *.* TO 'mosatags'@'%'; |
|
640852e46afa
temprary authorize access to frontend_dev and backend_dev
ymh <ymh.work@gmail.com>
parents:
81
diff
changeset
|
5 |
FLUSH PRIVILEGES; |