"ヾ(◍°∇°◍)ノ゙加油哟~","愿我们不负昭华,以梦为马!","愿我们历尽千帆,归来仍是少年!"

11 2022 档案

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

点击右上角即可分享
微信分享提示