数据库mysql常用命令(备忘) 云博小周宇2024年5月5日2023年8月17日1 Min Read 1.登录 mysql -u帐号 -p密码 2.修改密码 set password for 用户名@localhost = password(‘新密码‘);