摘要:
查询所有的日志开启、关闭、输出位置等状态的SQL mysql> SHOW GLOBAL VARIABLES LIKE '%log%'; 1.查询日志:记录查询操作;(一般不开启) 红色加粗的项与查询日志有关的三个选项: 保存方式:文件(file)或 表(table) general_log=ON|O 阅读全文
摘要:
mariadb官网:http://mirrors.opencas.cn/mariadb 安装开发工具: yum grouplist yum groupinstall "Development Tools" 提前安装需要的依赖包 yum install ncurses-devel openssl-de 阅读全文