mysql 匯入中文亂碼解決一例
檔案內容:
insert into tmp_xu set name="鄂爾1.中國";
insert into tmp_xu set name="藍1.中國";
insert into tmp_xu set name="1包.中國";
[root@I ~]# mysql -uroot -p -D x --default-character-set=gbk < hy-111.sql
Enter password:
[root@I ~]# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 172
Server version: 5.5.9-log MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use x
Database changed
mysql> select * from tmp_xu;
+------+
| name |
+------+
| |
| |
| 1 |
+------+
3 rows in set (0.00 sec)
檔案中的中文不顯示
修改檔案內容:
set names gbk;
insert into tmp_xu set name="鄂爾1.中國";
insert into tmp_xu set name="藍1.中國";
insert into tmp_xu set name="1包.中國";
重新匯入:
mysql> select * from tmp_xu;
+------------+
| name |
+------------+
| |
| |
| 1 |
| 鄂爾1.中國 |
| 藍1.中國 |
| 1包.中國 |
+------------+
中文顯示正常 。
完畢 。
insert into tmp_xu set name="鄂爾1.中國";
insert into tmp_xu set name="藍1.中國";
insert into tmp_xu set name="1包.中國";
[root@I ~]# mysql -uroot -p -D x --default-character-set=gbk < hy-111.sql
Enter password:
[root@I ~]# mysql -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 172
Server version: 5.5.9-log MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use x
Database changed
mysql> select * from tmp_xu;
+------+
| name |
+------+
| |
| |
| 1 |
+------+
3 rows in set (0.00 sec)
檔案中的中文不顯示
修改檔案內容:
set names gbk;
insert into tmp_xu set name="鄂爾1.中國";
insert into tmp_xu set name="藍1.中國";
insert into tmp_xu set name="1包.中國";
重新匯入:
mysql> select * from tmp_xu;
+------------+
| name |
+------------+
| |
| |
| 1 |
| 鄂爾1.中國 |
| 藍1.中國 |
| 1包.中國 |
+------------+
中文顯示正常 。
完畢 。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/90618/viewspace-1254799/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL解決中文亂碼MySql
- MySql中文亂碼問題解決MySql
- MySQL直接匯出CSV檔案,並解決中文亂碼的問題MySql
- navicat for mysql顯示中文亂碼解決方案MySql
- 解決PHP匯出CSV檔案中文亂碼問題PHP
- MySql中表單輸入資料出現中文亂碼的解決方法MySql
- 解決MySQL中文亂碼和插入中文不顯示的方法MySql
- Mysql中文亂碼問題的最佳解決方法MySql
- c#匯出檔案,檔名中文亂碼解決方法C#
- ROS中解決中文亂碼ROS
- 解決中文亂碼問題
- request/response解決中文亂碼
- 記錄PHP post提交表單匯入mysql中文亂碼的問題PHPMySql
- 管理工具匯入CSV檔案,中文資料亂碼的解決辦法。
- MYSQL資料庫匯入資料時出現亂碼的解決辦法MySql資料庫
- C# 解決httplistener querystring 中文亂碼、返回json中文格式亂碼C#HTTPJSON
- Spring MVC 中文編碼亂碼解決SpringMVC
- mysql5.7.22設定中文編碼-解決亂碼問題LinuxMySqlLinux
- 解決Tomcat視窗中文亂碼Tomcat
- springmvc 解決中文亂碼問題SpringMVC
- 解決 SecureCRT 和 SecureFX 中文亂碼Securecrt
- Jmeter 解決中文亂碼問題JMeter
- Dbvisualizer9.0.6 解決中文亂碼
- vscode中文亂碼怎麼解決 vscode輸出亂碼怎麼解決VSCode
- 常見php與mysql中文亂碼問題解決辦法PHPMySql
- cat中文正常vim中文亂碼怎麼解決?
- matplotlib 圖示 中文亂碼, 與 wordcloud 詞雲圖 中文亂碼 解決方法Cloud
- js解決url中文亂碼問題JS
- 解決plsql中中文亂碼問題SQL
- jxl匯出中文標題亂碼
- 解決Java POI 匯出Excel時檔名中文亂碼,相容瀏覽器JavaExcel瀏覽器
- ubuntu中文顯示亂碼解決辦法Ubuntu
- Linux終端中文菱形亂碼解決方案Linux
- centos7 vim中文亂碼解決方法CentOS
- phantomjs截圖中文亂碼問題解決JS
- css中文字型亂碼解決方案CSS
- mysql匯入報錯怎麼解決?MySql
- Windows 伺服器中使用 mysqldump 命令匯出資料,解決中文亂碼問題Windows伺服器MySql
- 解決zabbix圖形化中文亂碼問題