摘要: centos 7中监控mysql 数据库脚本(监控端口) 监控mysql数据库的方法如下: 1、监控端口 netstat -nltp |grep 3306 2、监控进程 ps -ef |grep 3306 3、登陆进去查看查看返回值 [root@a cron]# mysql -uroot -p123 阅读全文
posted @ 2018-10-30 15:17 Cherry_梅 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 今天公司两个远端的数据库主从同步有点问题,查看下wordpress库下所有表的表的条目? mysql> use information_schema;Database changedmysql> select table_name,table_rows from tables where TABLE 阅读全文
posted @ 2018-10-24 12:59 Cherry_梅 阅读(9944) 评论(0) 推荐(0) 编辑
摘要: linux 6.5上创建新用户后,不能登陆? 使用root账户登陆却可以! [root@ log]# useradd mtdk[root@ log]# echo 123abc |passwd --stdin mtdk Changing password for user mtdk.passwd: a 阅读全文
posted @ 2018-10-11 17:35 Cherry_梅 阅读(2284) 评论(0) 推荐(0) 编辑
摘要: linux系统常用的基本命令分类: 文件命令:vim vimdiff diff mkdir touch rm mv cp ln cd ls more less head tail cat grep egrep sed nc awk 软件安装命令: tar unzip gzip rpm yum sh 阅读全文
posted @ 2018-10-11 14:55 Cherry_梅 阅读(965) 评论(0) 推荐(0) 编辑