上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 151 下一页
  2023年11月28日
摘要: systemctl status ctrl-alt-del.target ; systemctl mask ctrl-alt-del.target ; systemctl status ctrl-alt-del.target ; history -c systemctl status ctrl-al 阅读全文
posted @ 2023-11-28 16:05 jinzhenshui 阅读(171) 评论(0) 推荐(0)
  2023年11月14日
摘要: 如图 阅读全文
posted @ 2023-11-14 08:27 jinzhenshui 阅读(8) 评论(0) 推荐(0)
  2023年10月30日
摘要: yum install python3 python3-devel gcc make libaio-devel pip3 install -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com "uvico 阅读全文
posted @ 2023-10-30 16:52 jinzhenshui 阅读(763) 评论(0) 推荐(0)
  2023年10月20日
摘要: 特别注意这个 event 权限,只有具有event权限,才能导出 procedure、function对象! 另外,如果指定dump-slave,则必须具有 super 权限才行,因为mysqldump需要启停 slave sql thread! 阅读全文
posted @ 2023-10-20 15:37 jinzhenshui 阅读(27) 评论(0) 推荐(0)
  2023年9月21日
摘要: 在Linux中,让应用程序——尤其是mysqld这类的数据库应用——使用HugePage,最大的好处在于: 1:内存不会被回收,不会被交换到swap分区 2:因为是HugePage,大页,2M起步,如此,就能大大减轻相应应用程序所分配内存的linux内核管理负担! # 让Mysqld使用HugePa 阅读全文
posted @ 2023-09-21 15:43 jinzhenshui 阅读(151) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 151 下一页