Troubleshooting Windows MySQL command line import backup file query when the problem is garbled

Source: Internet
Author: User
Tags mysql command line mysql import

MySQL import garbled, usually encountered in the command line. The following is the case of the command line that solves the garbled problem:

Method One: Solve garbled problem by adding parameter –default-character-set = UTF8

Mysql-uroot-p Linuxsight < F:\linuxsight\db.sql --default-character-set=utf8     #只要保证数据库的库表字符集正确, Just use this parameter to log in.

Method Two:

1.mysql>use xz;2.mysql> Set Names Utf8;3.mysql>source Example.sql

Method Three:

Mysql-u root-p--default-character-set=utf8use Dbnamesource/root/newsdata.sql

Troubleshooting Windows MySQL command line import backup file query when the problem is garbled

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.