摘要:
mysql> GRANT ALL PRIVILEGES ON g-xxx.* TO 'test'@'%';ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to yo 阅读全文
摘要:
查看 mysql 初始的密码策略,输入语句 “ SHOW VARIABLES LIKE 'validate_password%'; ” 进行查看, 2、首先需要设置密码的验证强度等级,设置 validate_password_policy 的全局参数为 LOW 即可,输入设值语句 “ set glo 阅读全文
摘要:
elasticsearch-7.13.2 + kibana-7.12.2 vi /etc/sysctl.confvm.max_map_count=2560000sysctl -p vi /etc/security/limits.conf* soft nofile 666666* hard nofil 阅读全文