单项选择题
用户"root"登录本地服务器上的MariaDB数据库的命令是()。
A.mysqld -uroot -p
B.mysql -uroot -p
C.mysqladmin -uroot -p
D.mysqldump -uroot -p
点击查看答案
相关考题
-
单项选择题
MariaDB缺省配置时,使用的TCP端口是()。
A.1433
B.8080
C.443
D.3306 -
单项选择题
MariaDB中创建一个只能从本地登陆的帐号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; -
单项选择题
配置SELinux选项永久起效的命令是()。
A.setsebool -p ftpd_full_access on
B.setsebool -P ftpd_full_access on
C.虚拟用户
D.系统管理员
