linux下mysql修改root密码
方法一:用set password命令
首先,登陆mysql
mysql -u root -p
然后执行set password命令
set password for root@localhost = password('654321');
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!