db/create_user.sql
author ymh <ymh.work@gmail.com>
Tue, 04 May 2010 13:15:38 +0200
changeset 117 526020c82fc3
parent 87 640852e46afa
permissions -rw-r--r--
improve tag navigator. put the title of the next film in a tooltip

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'@'%';
FLUSH PRIVILEGES;