2 Star 1 Fork 0

zhrun8899 / learning-notes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
arkcontrol-mysql 审核工具.md 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhrun8899 提交于 2019-08-15 14:35 . 20190815 commit

arkcontrol-mysql 审核工具

1.准备工作:防火墙增加端口:9527(安装配置用),9528,13306(安装后管理端口)

firewall-cmd --add-port=13306/tcp --permanent

firewall-cmd --add-port=9527/tcp --permanent

firewall-cmd --add-port=9528/tcp --permanent

2.下载 tar包

wget http://mirror.cloud-ark.com/public_package/arkcontrol/latest/arkcontrol-v1.4.1-beta-community-linux-x86_64.tar.gz

3.解压

tar -zxvf arkcontrol-v1.4.1-beta-community-linux-x86_64.tar.gz

4.部署

cd arkcontrol-v1.4.1-beta-community-linux-x86_64

./deploy-server

5.运行中需要确认几个问题,基本回车即可.当提示访问页面时,在浏览器中访问 页面,完成其余的工作

6.其中需要创建用户 ark

mysql -uroot -p

1.grant all privileges on *.* to arkcontrol identified by 'arkcontrol';

2.flush privileges;

7.配置完成,访问页面:

http://193.169.1.42:13306/info/mysqlDeploy,用户名/密码:ark-control/ark-control.

1
https://gitee.com/zhrun8899/learning-notes.git
git@gitee.com:zhrun8899/learning-notes.git
zhrun8899
learning-notes
learning-notes
master

搜索帮助