摘要: 查看Linux系统版本 一、CentOS系统 # centos7查看命令 [root@localhost ~]# cat /etc/os-release # centos6/7通用命令 [root@localhost ~]# cat /etc/redhat-release [root@localho 阅读全文
posted @ 2019-11-08 16:46 刘_love_田 阅读(220) 评论(0) 推荐(0)
摘要: 查询所有用户 -- 方式1 mysql> select host, user, password from mysql.user; -- 5.7版本之前的 mysql> select host, user, authentication_string from mysql.user; -- 5.7版 阅读全文
posted @ 2019-11-08 16:36 刘_love_田 阅读(417) 评论(0) 推荐(0)