A.mysqldump navy2test >/data/test.sql
B.mysql navy2test >/data/test.sql
C.output navy2test >/data/test.sql
D.navy2test >/data/test.sql
您可能感興趣的試卷
你可能感興趣的試題
A.firewalld -add-port 3306/tcp --permanent
B.firewall-cmd -add-port 3306/tcp --permanent
C.firewall -add-port 3306/tcp --permanent
D.firewall-cmd -add-port 3306/tcp
A.firewall-cmd -add-service mysql --permanent
B.firewall-cmd -add-service mysql
C.firewall-cmd -add-service mysqld --permanent
D.firewalld -add-service mysql --permanent
A.where 字段=值
B.having 字段=值
C.from 字段=值
D.select 字段=值
A.create user ’stu001’@’192.168.1.100’
B.create user stu001@%
C.create user ’stu001’@’%’identified by ’123’
D.create user ’stu001’@’192.168.1.100’identified by xxx;
A.create Hr
B.create database Hr
C.create database hr
D.create database Hr charset utf-8
最新試題
linux中創(chuàng)建用戶有兩個命令,是哪兩個命令()
當(dāng)運用more命令瀏覽一個非常長的文件內(nèi)容時,按Enter鍵表示的意思是()
在linux中當(dāng)我們要修改一個文件時,要先對文件進(jìn)行備份后,再作修改,否則會出錯,這時我們需要使用cp 復(fù)制命令,后面再加相應(yīng)的參數(shù)-a或-p都是可以的。
版本號為2.5.1的Linux內(nèi)核為非穩(wěn)定的測試版。
linux中使用mv命令時,當(dāng)所移動的文件源位置與目標(biāo)位置不是同一位置時,也可以改名。
LINUX系統(tǒng)中,如果用戶沒有密碼,也是可以進(jìn)入系統(tǒng)的。
在UNIX/Linux系統(tǒng)添加新用戶的命令是()
linux中普通用戶除了能更改自己的密碼外,還可以更改其它用戶的密碼。
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
linux中使用mv命令時當(dāng)源位置與目標(biāo)位置是同一位置時,是改名(重命名)。