连接mysql的命令为:
mysql -u root(用户名) -p
使用 mysqladmin 命令行 修改 用户名密码的方式。最正确的格式如下:
mysqladmin -u root -p password 123456