11 2022 档案
摘要:https://cloud.tencent.com/developer/article/1834731
阅读全文
摘要:1、出入战规则 2、firewall firewall-cmd --permanent --zone=public --add-port=3306/tcp --permanent 3、iptables iptables -I INPUT -p tcp --dport 3306 -j ACCEPT
阅读全文
摘要:1、因安全要求,需要修改mysql同步用户repl的密码。在主库修改完后,从库最佳修改同步用户密码的方式 D change master to master_host='主库IP',master_user='repl',master_password='new password',master_lo
阅读全文
摘要:出现的异常情况如下Error:svn: E155038: Try 'svn revert --depth infinity' instead? svn: E155038: Can't revert 'E:\XXXX' without reverting children revert rm -kee
阅读全文
摘要:2022-11-01 1、MySQL查询表的统计信息可以通过以下哪些方式?ABDE A 通过information_schema.tables B 通过MySQL.innodb_table_stats C show tables; D show table status; E 通过informati
阅读全文