当前位置:网站首页>MySQL中控制导出文件后变为了\N有什么解决方案吗?
MySQL中控制导出文件后变为了\N有什么解决方案吗?
2022-08-05 04:48:00 【刘贵宾】
MySQL中控制导出文件后变为了\N有什么解决方案吗?
其他答案1:
问题没有太明白,用的什么工具导出的文件?
其他答案2:
是由 mysqldump 的这个参数控制的 --lines-terminated-by,可以换成别的。
其他答案3:
截图看下?
其他答案4:
是指\n吧?
如果字段值中包含了换行符,因为它不可见,所以导出后会用\n表示,等到再导入到其它系统时,也会正确识别\n为换行符。
边栏推荐
猜你喜欢
随机推荐
There are several common event handling methods in Swing?How to listen for events?
Redis哨兵模式配置文件详解
[8.1] Code Source - [The Second Largest Number Sum] [Stone Game III] [Balanced Binary Tree]
The log causes these pits in the thread block, you have to guard against
Day019 方法重写与相关类的介绍
七夕节赚徽章拉
C language - vernacular to understand the original code, inverse code and complement code
Detailed explanation of Mysql's undo log
【测量学】速成汇总——摘录高数帮
What is ASEMI photovoltaic diode, the role of photovoltaic diode
工业级远距离无线传输装置的功能有哪些?
[SWPU2019]Web1
数字孪生技术在电力系统中的应用现状
[MRCTF2020]PYWebsite
[MRCTF2020]Ezpop(详解)
重载运算符
Use IDEA to connect to TDengine server
dedecms error The each() function is deprecated
【8.3】代码源 - 【喵 ~ 喵 ~ 喵~】【树】【与】
C++ core programming









