Home >Database >Mysql Tutorial >MySQL强制编码导出、导入数据

MySQL强制编码导出、导入数据

WBOY
WBOYOriginal
2016-06-07 17:25:161173browse

mysql在windows 和linux上面安装是可能出现编码不同,如果从这两个数据库进行数据的导入和导出江出现乱码的情况,所以我们在导入

MySQL强制编码导出、导入数据

[日期:2013-01-14] 来源:Linux社区  作者:Linux [字体:]

mysql在windows 和linux上面安装是可能出现编码不同,,如果从这两个数据库进行数据的导入和导出江出现乱码的情况,所以我们在导入和导出的可以加上强制编码来进行数据库的导入以及导出的操作:

1、mysql -uuser -p --default-character-set=utf8 DBname

以utf8导出数据

2、mysqldump -uuser -p --default-character-set=utf8 DBname > data.sql

以utf8编码导出数据

注:

user为mysql用户,DBname为数据库名,data.sql为导出的数据

linux

  • 0
  • Oracle监听能正常启动,但实例监听不到故障应急处理一例

    ORA-01031: insufficient privileges处理一例

    Statement:
    The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn