OSDN Git Service

ドキュメントの内容をわかりやすくした
[webchat/WebChat.git] / init.sql
index 3d2bd2f..e41a128 100644 (file)
--- a/init.sql
+++ b/init.sql
@@ -1,6 +1,8 @@
 grant select,
        insert,
        delete,
+       create,
+       drop,
        update on *.* to user identified by 'user';
 flush privileges;
 CREATE DATABASE IF NOT EXISTS webchat DEFAULT CHARSET=utf8;