01 2021 档案
摘要:语句授权:GRANT ALL PRIVILEGES ON 数据库名.* ‘username'@'%' identified by ‘123456'; 去除掉identified by '123456': 然后 flush privilegens;
阅读全文
摘要:修改密码时使用:mysql> update user set password=password("123456") where user="root";一直报错: ERROR 1064 (42000): You have an error in your SQL syntax; check the
阅读全文

浙公网安备 33010602011771号