佳木斯湛栽影视文化发展公司

主頁 > 知識庫 > MySQL數(shù)據(jù)庫導入導出數(shù)據(jù)之報錯解答實例講解

MySQL數(shù)據(jù)庫導入導出數(shù)據(jù)之報錯解答實例講解

熱門標簽:鐵路電話系統(tǒng) 服務外包 Linux服務器 地方門戶網(wǎng)站 呼叫中心市場需求 AI電銷 網(wǎng)站排名優(yōu)化 百度競價排名

導出數(shù)據(jù)

報錯

SHOW VARIABLES LIKE "secure_file_priv";
查看默認導出目錄
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

解決方法

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ù)展示


導入數(shù)據(jù)

報錯

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

解決方法

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)

報錯

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.

解決方法

C:\Users>mysql -uroot -p --local-infile
使用這種方法登錄

報錯

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)

解決方法

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é)果展示

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)

到此這篇關于MySQL數(shù)據(jù)庫導入導出數(shù)據(jù)之報錯解答實例講解的文章就介紹到這了,更多相關MySQL數(shù)據(jù)庫導入導出數(shù)據(jù)之報錯解答內(nèi)容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持腳本之家!

您可能感興趣的文章:
  • mysql導入csv的4種報錯的解決方法
  • 解決navicat遠程連接mysql報錯10038的問題
  • Navicat Premiun遠程連接MySQL報錯10038解決方案
  • 解決Navicat Premium 連接 MySQL 8.0 報錯"1251"的問題分析
  • mysql 主從復制如何跳過報錯
  • IDEA鏈接MySQL報錯08001和連接成功后不顯示表的問題及解決方法
  • Mysql表創(chuàng)建外鍵報錯解決方案

標簽:湘潭 仙桃 衡水 蘭州 黃山 銅川 崇左 湖南

巨人網(wǎng)絡通訊聲明:本文標題《MySQL數(shù)據(jù)庫導入導出數(shù)據(jù)之報錯解答實例講解》,本文關鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權與本站無關。
  • 相關文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    麻阳| 石柱| 沁水县| 班戈县| 封丘县| 天柱县| 大安市| 阜新市| 文山县| 郴州市| 邵东县| 大邑县| 喀喇沁旗| 无锡市| 霍州市| 江源县| 南投县| 遵义市| 大港区| 钦州市| 连江县| 新营市| 策勒县| 城固县| 望城县| 正蓝旗| 新余市| 西平县| 徐闻县| 抚顺市| 肇庆市| 都匀市| 蛟河市| 崇信县| 嘉黎县| 舒城县| 济源市| 泰兴市| 夏津县| 通州区| 建始县|