摘要:
mysql误删表,无备份 1、操作步骤:https://blog.csdn.net/u011277123/article/details/78018513?tdsourcetag=s_pctim_aiomsg 2、1中相关工具下载:https://github.com/twindb/undrop-f 阅读全文
摘要:
SELINUX导致数据修改权限不成功基本概念参考:https://blog.csdn.net/yanjun821126/article/details/80828908 查看SELinux状态: 1、/usr/sbin/sestatus -v ##如果SELinux status参数为enabled即为开启状态 SELinux status: e... 阅读全文
摘要:
MySQL安全相关的参数有哪些?该如何配置? 1、MySQL数据安全 innodb_flush_log_at_trx_commit =1 #innodb每次提交事务redo buffer 刷新到redo log innodb_doublewrite =on #开启innodb特性“二次写” secu 阅读全文