摘要: 第一种方法:root用户登录系统/usr/local/mysql/bin/mysqladmin -u root -p password 新密码enter password 旧密码第二种方法:root用户登录mysql数据库mysql> update mysql.user set password=p 阅读全文
posted @ 2018-01-26 15:35 提拉没有米苏 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 存在以下两种方式: 一、service方式 查看防火墙状态: [root@centos6 ~]# service iptables status 开启防火墙: [root@centos6 ~]# service iptables start 关闭防火墙: [root@centos6 ~]# serv 阅读全文
posted @ 2018-01-26 13:27 提拉没有米苏 阅读(401) 评论(0) 推荐(0) 编辑