OSDN Git Service

過去ログ表示機能を廃止した
[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;