This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
0
Star
0
Fork
You've already forked gitea
0
Code
Issues
Activity
a354f33ac2
gitea
/
conf
/
mysql.sql
2 lines
98 B
SQL
Raw
Blame
History
DROP
DATABASE
gogs
;
CREATE
DATABASE
IF
NOT
EXISTS
gogs
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
;
Reference in New Issue
View Git Blame
Copy Permalink