后端爬坑之路
首页
微信
(opens new window)
#
mysql8
#
修改密码
mysql
>
alter user
'root'
@
'localhost'
identified by
'123456'
;
←
init函数