2018年8月27日

CentOS Mysql常用命令

摘要: 1.更改root密码 mysqladmin -uroot password 'yourpassword' 2.远程登陆mysql服务器 mysql -uroot -p -h192.168.137.10 -P3306 3.查询数据库 show databases; 4.进入某个数据库 use data 阅读全文

posted @ 2018-08-27 15:11 兔大锤 阅读(219) 评论(0) 推荐(0)

CentOS 7安装Zabbix 3.4

摘要: 01、最小化安装操作系统 02、升级系统组件到最新版本 yum -y update 03、关闭 SELinux sed -i “s/SELINUX=enforcing/SELINUX=disabled/g” /etc/selinux/config 04、关闭防火墙 systemctl stop fi 阅读全文

posted @ 2018-08-27 08:48 兔大锤 阅读(492) 评论(0) 推荐(0)

导航