摘要:
1、设置开机自启动,在/etc/rc.local中增加如下配置 su - gbase -c 'gcluster_services all start' su - gbase -c 'gcware_services all start' 2、如上述配置开机自启动未生效,可按如下方法排查 a):确认 / 阅读全文
摘要:
开启审计日志: SET GLOBAL audit_log =1; -- 开启日志功能,默认0; SET GLOBAL log_output = 'table'; -- 设置审计信息存储位置,默认file.为了方便查询,建议存储为表table. SET long_query_time = 1; -- 阅读全文