OSDN Git Service

e41a1280f879af109263d7f768ddbec825190fae
[webchat/WebChat.git] / init.sql
1 grant select,
2         insert,
3         delete,
4         create,
5         drop,
6         update on *.* to user identified by 'user';
7 flush privileges;
8 CREATE DATABASE IF NOT EXISTS webchat DEFAULT CHARSET=utf8;