This website works better with JavaScript.
Explore
Help
Sign In
playground
/
gogs
mirror of
https://github.com/gogits/gogs.git
Watch
1
Star
0
Fork
You've already forked gogs
0
Code
Issues
Releases
Activity
673
Commits
4
Branches
53
Tags
164 MiB
Tree:
2846ff7d31
gogs
/
conf
/
mysql.sql
2 lines
98 B
Raw
Normal View
History
Unescape
Escape
add mysql create db sql file
11 years ago
DROP
DATABASE
gogs
;
CREATE
DATABASE
IF
NOT
EXISTS
gogs
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
;