摘要:
创建用户 create user '#user'@'%' identified by "#password"; 其中,%的位置表示是否允许远程访问,若是localhost,则不允许远程访问。 修改账号的密码 alter user '#user'@'%' identified by '#newpass 阅读全文
摘要:
在mysql 命令行执行: alter user 'root'@'localhost' identified by "newpassword"; 阅读全文