A.修改配置文件增加配置:relay-bin=mysql-relay
B.修改配置文件增加配置:log-bin=mysql-bin
C.修改配置文件增加配置:server-id=1
D.修改配置文件增加配置:slow_query_log=1
您可能感興趣的試卷
你可能感興趣的試題
A.keepalived
B.Apache
C.Nginx
D.zabbix
A.insert into student(sal) values(8000);
B.select sun(age)from students;
C.delete from student where id=3;
D.select max(age) from students;
A.add
B.at
C.like
D.as
A.alter table score drop id;
B.alter table score delete id;
C.alter table score modify id;
D.alter table score change id;
A.drop table to score;
B.drop table score;
C.drop table ifexists score;
D.create table score;
最新試題
以下關于nginx的功能描述正確的是()
在使用nginx作為web服務器時,我們可以壓縮頁面,降低流量,提升傳輸速度。以下哪個參數可以實現(xiàn)()
HAProxy配置文件的(),是frontend部分和backend部分的結合體。
nginx既可以做web服務器,也可以做反向代理服務器實現(xiàn)服務器的負載均衡。
若要將鼠標從VMware中釋放出來,可按Ctrl+Alt鍵來實現(xiàn)。
vi中q!命令是不保存并且強制退出。
在HAproxy中通過哪個配置可以實現(xiàn)url過濾()
Apache可以同時配置多個監(jiān)聽端口,那么我們使用哪個參數來配置Apache的監(jiān)聽端口()
apache默認存放站點的目錄是()
在Centos7中,系統(tǒng)默認的()用戶對整個系統(tǒng)擁有完全的控制權。