summaryrefslogtreecommitdiffstats
path: root/conf/mysql.sql
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-29 14:35:27 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-29 14:35:27 +0800
commite085d7738a683785a5d7d7e3a33a0437c87c340b (patch)
treee07c4b512022733450666a6de365855bd2adbf1d /conf/mysql.sql
parent89258e868b070ff3046de912e1d9a3009f923b62 (diff)
downloadgitea-e085d7738a683785a5d7d7e3a33a0437c87c340b.tar.gz
gitea-e085d7738a683785a5d7d7e3a33a0437c87c340b.zip
add mysql create db sql file
Diffstat (limited to 'conf/mysql.sql')
-rw-r--r--conf/mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/mysql.sql b/conf/mysql.sql
new file mode 100644
index 0000000000..6247d657bb
--- /dev/null
+++ b/conf/mysql.sql
@@ -0,0 +1,2 @@
+DROP DATABASE gogs;
+CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8 COLLATE utf8_general_ci; \ No newline at end of file