mirror of https://github.com/gogits/gogs.git
Browse Source
* Add ROW_FORMAT=DYNAMIC when creating table for supports mysql 5.6 (fix #4894) * Update models.go Rename NewEngine2 to NewEngineWithParams * Rename NewEngine2 to NewEngineWithParams Please update vendor when https://github.com/go-xorm/xorm/pull/798 closed. * Update dialect_mysql.go * Update dialect_mysql.go * Update models.gopull/5126/head
m2nlight
7 years ago
committed by
jc
2 changed files with 5 additions and 0 deletions
@ -1,2 +1,5 @@ |
|||||||
|
SET GLOBAL innodb_file_per_table = ON, |
||||||
|
innodb_file_format = Barracuda, |
||||||
|
innodb_large_prefix = ON; |
||||||
DROP DATABASE IF EXISTS gogs; |
DROP DATABASE IF EXISTS gogs; |
||||||
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; |
CREATE DATABASE IF NOT EXISTS gogs CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; |
||||||
|
Loading…
Reference in new issue