环境配置

来源:互联网 发布:神回复知乎 编辑:程序博客网 时间:2024/05/22 03:23

安装go:

https://studygolang.com/articles/7125

下载地址:

https://golang.org/doc/install?download=go1.9.linux-amd64.tar.gz

go环境搭建

http://blog.csdn.net/yuanfang_way/article/details/48752309

安装git:

http://blog.csdn.net/youzhouliu/article/details/49202245

安装mysql:

http://www.cnblogs.com/starof/p/4680083.html

mysql修改密码:

http://www.jb51.net/article/39454.htm

mysql新建用户

赋权语句

grant select,delete,update,create,drop on *.* to test@"%" identified by "1234";

权限刷新

FLUSH PRIVILEGES;

原创粉丝点击