mysql 默认密码为空,即在输入密码是直接回车即可
mysql -u root -p //空密码直接回车
set password for root@localhost=password('your password'); //密码用''括起来

不需要重启mysql