摘要:
<select id="checkTableExists" resultType="java.util.Map"> select count(*) as cnt from information_schema.tables where table_schema = database() and `t 阅读全文
摘要:
MySQL 8.0.19及更新版本,支持连续几次输入错误密码,锁定账户功能 FAILED_LOGIN_ATTEMPTS:代表尝试失败的次数 PASSWORD_LOCK_TIME:代表锁定的时间,单位天。 #指定策略和加密插件,连续输错2次后,锁定一天 CREATE USER `test`@`%` I 阅读全文