多項選擇題amoeba主要的功能包括()。

A.能實現(xiàn)負(fù)載均衡
B.能實現(xiàn)SQL過濾
C.具有高可用性
D.可使用之實現(xiàn)讀寫分離


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題讀寫分離軟件amoebe的說法以下正確的有()。

A.mysql讀寫分離與主從復(fù)制有極大的關(guān)系,讀寫分離依賴于主從復(fù)制
B.Amoeba主要的作用是應(yīng)用服務(wù)訪問mysql服務(wù)器時充當(dāng)SQL路由功能
C.Amoeba是mysql的分布式數(shù)據(jù)庫前端代理層
D.通過Amoeba能夠完成多數(shù)據(jù)源的高可用、負(fù)載均衡、數(shù)據(jù)切片的功能

2.單項選擇題修改完/etc/profile文件后,可執(zhí)行()命令重新載入文件。

A.source/etc/profile
B./etc/profile
C.sh/etc/profile
D.sh-x/etc/profile

3.單項選擇題amoeba.xml配置文件中,<propertyname="user">user</property>用于設(shè)置()。

A.登陸amoeba時使用的用戶賬號
B.登陸amoeba的用戶賬號的密碼
C.登陸后臺mysql數(shù)據(jù)庫時使用的用戶賬號
D.登陸后臺mysql數(shù)據(jù)庫時使用的的密碼

5.單項選擇題以下可以成功的創(chuàng)建本地tom用戶,密碼為“123”的SQL語句是()。

A.create user tom@’localhost’identified by’123’
B.drop user tom@’localhost’
C.add user tom@’%’identified by’123456’
D.alter user tom@’localhost’identified by’123456’