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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
592
Commits
4
Branches
53
Tags
164 MiB
Tree:
50391f434e
develop
docker/socat
drone-ci
master
v0.10
v0.10.1
v0.10.18
v0.10.8
v0.10rc
v0.11
v0.11.19
v0.11.29
v0.11.33
v0.11.34
v0.11.4
v0.11.43
v0.11.53
v0.11.66
v0.11rc
v0.2.0
v0.3.0
v0.3.1
v0.4.0
v0.4.1
v0.4.2
v0.5.0
v0.5.11
v0.5.13
v0.5.2
v0.5.5
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.15
v0.6.3
v0.6.5
v0.6.9
v0.7.0
v0.7.19
v0.7.22
v0.7.33
v0.7.6
v0.8.0
v0.8.10
v0.8.25
v0.8.43
v0.9.0
v0.9.113
v0.9.128
v0.9.13
v0.9.141
v0.9.46
v0.9.48
v0.9.60
v0.9.71
v0.9.97
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '50391f434e'
${ noResults }
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
;