国产片侵犯亲女视频播放_亚洲精品二区_在线免费国产视频_欧美精品一区二区三区在线_少妇久久久_在线观看av不卡

服務(wù)器之家:專注于服務(wù)器技術(shù)及軟件下載分享
分類(lèi)導(dǎo)航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|數(shù)據(jù)庫(kù)技術(shù)|

服務(wù)器之家 - 數(shù)據(jù)庫(kù) - Mysql - MySQL數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答實(shí)例講解

MySQL數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答實(shí)例講解

2021-04-18 22:33nightelves11 Mysql

這篇文章主要介紹了MySQL數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答實(shí)例講解,文中對(duì)報(bào)錯(cuò)和解決方法做了詳細(xì)的實(shí)例展示,有需要的同學(xué)可以借鑒參考下

導(dǎo)出數(shù)據(jù)

報(bào)錯(cuò)

?
1
2
show variables like "secure_file_priv";
查看默認(rèn)導(dǎo)出目錄<br type="_moz">
?
1
2
mysql> select * from student into outfile "g:\programdata\mysql\mysql server 8.0\uploads\student.txt";
error 1290 (hy000): the mysql server is running with the --secure-file-priv option so it cannot execute this statement

解決方法

?
1
2
select * from student into outfile "g:/programdata/mysql/mysql server 8.0/uploads/student.txt";
query ok, 2 rows affected (0.02 sec)

數(shù)據(jù)展示


MySQL數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答實(shí)例講解

導(dǎo)入數(shù)據(jù)

報(bào)錯(cuò)

?
1
2
3
mysql> load data local infile 'g:/programdata/mysql/mysql server 8.0/uploads/student.txt'
 -> into table student(a,b,c);
error 3948 (42000): loading local data is disabled; this must be enabled on both the client and server sides

解決方法

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mysql> show global variables like 'local_infile';
+---------------+-------+
| variable_name | value |
+---------------+-------+
| local_infile | off |
+---------------+-------+
1 row in set, 1 warning (0.01 sec)
 
mysql> set global local_infile = true;
query ok, 0 rows affected (0.00 sec)
 
mysql> show global variables like 'local_infile';
+---------------+-------+
| variable_name | value |
+---------------+-------+
| local_infile | on |
+---------------+-------+
1 row in set, 1 warning (0.01 sec)

報(bào)錯(cuò)

?
1
2
3
mysql> load data local infile 'g:\programdata\mysql\mysql server 8.0\uploads\student.txt'
 -> into table student(id,name,score);
error 2068 (hy000): load data local infile file request rejected due to restrictions on access.

解決方法

?
1
2
c:\users>mysql -uroot -p --local-infile
使用這種方法登錄

報(bào)錯(cuò)

?
1
2
3
mysql> load data local infile 'g:\programdata\mysql\mysql server 8.0\uploads\student.txt'
 -> into table student(id,name,score);
error 2 (hy000): file 'g:programdatamysqlmysql server 8.0uploadsstudent.txt' not found (os errno 2 - no such file or directory)

解決方法

?
1
2
3
4
mysql> load data local infile 'g://programdata/mysql/mysql server 8.0/uploads/student.txt'
 -> into table student(id,name,score);
query ok, 8 rows affected, 2 warnings (0.01 sec)
records: 10 deleted: 0 skipped: 2 warnings: 2

結(jié)果展示

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mysql> select *from student;
+------+------+-------+
| id | name | score |
+------+------+-------+
| 1 | zs | 100.0 |
| 2 | zlh | 100.0 |
| 3 | cyx | 99.1 |
| 4 | xjj | 90.0 |
| 5 | aa | 100.0 |
| 6 | alk | 20.1 |
| 7 | zml | 11.1 |
| 8 | djh | 98.0 |
| 9 | cc | 100.0 |
| 10 | pp | 20.0 |
+------+------+-------+
10 rows in set (0.00 sec)

到此這篇關(guān)于mysql數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答實(shí)例講解的文章就介紹到這了,更多相關(guān)mysql數(shù)據(jù)庫(kù)導(dǎo)入導(dǎo)出數(shù)據(jù)之報(bào)錯(cuò)解答內(nèi)容請(qǐng)搜索服務(wù)器之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持服務(wù)器之家!

原文鏈接:https://blog.csdn.net/qq_39528702/article/details/113954979

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 国产日韩欧美一区二区 | 国产一区网站 | 懂色一区二区三区av片 | 午夜激情视频在线观看 | 欧美黄色一区 | 国产高清视频在线 | 日韩精品免费视频 | 日韩精品一区二区在线视频 | 亚洲精品日韩精品 | 成人在线 | 四影虎影www4hu23cmo | 久久久中文 | 国产日韩欧美 | 激情在线观看视频 | 国产乱码精品一区二区三区av | 黄色电影在线免费观看 | 国产精品一区av | 日本一区二区中文字幕 | 欧洲在线一区 | 久久99深爱久久99精品 | 情一色一乱一欲一区二区 | 中文字幕66页 | 亚洲电影在线看 | 亚洲婷婷综合网 | 午夜黄色影院 | 日韩三级 | 有码一区| 日韩精品一区二 | 亚洲综合无码一区二区 | 天天干天天操天天干 | 欧美一级全黄 | 成人国产精品视频 | 欧美怡红院视频一区二区三区 | 婷婷久 | 高清国产一区二区三区 | 色综合视频 | 久草成人| 中文字幕第二十六页页 | 欧美日韩第一页 | 在线观看特色大片免费网站 | 国产99久久精品一区二区永久免费 |