Coding problems with MySQL data import and free sqlyog8.6 registration code sharing

Source: Internet
Author: User
Tags mysql gui

Problems with importing access data from MYSQL:

 

1. The encoding varies with MySQL clients.

It is best to install several more clients, such as MySQL-front, sqlyog, navicat, and MySQL GUI tool. Each has its own advantages. If you only install one package, many things are complicated to implement and use tools to save trouble!

For example, when importing data from sqlyog, navicat queries may encounter garbled characters.

2. sqlyog Enterprise Edition has no import function. The latest sqlyog version has powerful functions.

 

3. Change Encoding settings

Show Variables Like   'Char %' # Query the encoding format Set   Names   'Gbk' ; # Set the encoding format Alter   Database Datasir Set Charset = 'Gbk' ;Set Character_set_client = 'Utf8' ; Set Character_set_connection = 'Utf8' ; Set Character_set_results = 'Utf8' ; Set Character_set_server = 'Utf8' ; Set Character_set_system = 'Utf8' ; Set Character_set_results = 'Utf8' ;-------------------------------------- -- Show Create  Table IP address; # view the table structure code
 
 
 
4. Free sqlyog8.6 registration code:
 
26f359fc-e3f6-4727-8af1-72a1a4a0819d
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.