个人总结centos7搭建自己git仓库Gogs

步骤说明 一,安装mysql并创建用户 1.先安装mysql5.7(自己查找资料安装),在数据库中增加Gogs用户和一个Gogs数据库。并将数据库gogs 的所有权限都赋予该用户。 create user ‘gogs’@‘localhost’ identified by ‘lyp123456’; grant all privileges on gogs.* to ‘gogs’@‘localhost
相关文章
相关标签/搜索