# 概述

# mysql 用户密码修改

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';
1