單項選擇題?用戶"root"登錄本地服務器上的MariaDB數(shù)據(jù)庫的命令是()。
A.mysqld -uroot -p
B.mysql -uroot -p
C.mysqladmin -uroot -p
D.mysqldump -uroot -p
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題MariaDB缺省配置時,使用的TCP端口是()。
A.1433
B.8080
C.443
D.3306
2.單項選擇題?MariaDB中創(chuàng)建一個只能從本地登陸的帳號stu001,正確的是()。
A.create user ’stu001’@’localhost’
B.create user stu001
C.create user ’stu001’@’localhost’identified ’123’
D.create user ’stu001’@’localhost’identified by xxx;