标签: mysql
我需要根据我的数据库更改MySQL默认用户名(root)和密码。
感谢
答案 0 :(得分:-1)
mysqladmin -u user_name -h host_name password“newpwd”