摘要: 创建用户 create user '#user'@'%' identified by "#password"; 其中,%的位置表示是否允许远程访问,若是localhost,则不允许远程访问。 修改账号的密码 alter user '#user'@'%' identified by '#newpass 阅读全文
posted @ 2023-03-15 20:20 江湖凶险 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 在mysql 命令行执行: alter user 'root'@'localhost' identified by "newpassword"; 阅读全文
posted @ 2023-03-15 17:50 江湖凶险 阅读(11) 评论(0) 推荐(0) 编辑