Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the problem of garbled code in Mysql import

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces how to solve the problem of Mysql import garbled code, the article introduces in great detail, has a certain reference value, interested friends must read it!

Solve the problem of garbled code in Mysql import

Method 1: solve the garbled code problem by adding the parameter-default-character-set = utf8

C:\ Users\ Administrator > mysql-uroot-p yktgl

< F:\YIKATONG\application\gl.sql --default-character-set=utf8 方法二: 在命令行导入乱码解决 1.mysql>

Use gl

2.mysql > set names utf8

3.mysql > source example.sql

Mysql-u root-p-- default-character-set=utf8

Use dbname

Source / root/newsdata.sql

Method 3: paste the code in the sql file directly

1. Open the SQLyog client software

two。 Navigate to the SQL editor and use notepad to open the SQL file you just exported

3. Copy all the SQL statements in the file into the SQL editor and execute the SQL code

2. Export data

Mysqldump-u root-p-- default-character-set=utf8 gl > gl.sql

Define Encoding Import

Mysql-u root-p-- default-character-set=utf8-f discuss_chi

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report