MySQL库名修改方案
发布时间
阅读量:
阅读量
核查MySQL运行状况
ps -ef | grep mysql

netstat -antpl | grep 3306

2.查阅MySQL的密码及登录相关文件
cat /etc/my.cnf | grep pass* && ls /tmp/mysql.*

- 进入MySQL系统
mysql -uroot -p'password' -S /tmp/mysql.文件

还没有任何评论哟~
