MySQL常用管理命令

修改某个MySQL用户的密码:

# mysqladmin -h localhost -u root -p password xxx
原文地址:https://www.cnblogs.com/eastson/p/2688498.html