Help Center/ Distributed Database Middleware/ FAQs/ Connection Management/ How Can I Handle Garbled Characters Generated When I Connect a MySQL Instance to a DDM Instance?
Updated on 2022-09-16 GMT+08:00
How Can I Handle Garbled Characters Generated When I Connect a MySQL Instance to a DDM Instance?
If the MySQL connection code is inconsistent with the actual one, garbled characters may be displayed during parsing on DDM.
In this case, configure default-character-set=utf8 to specify the encoding system.
Example:
mysql -h 127.0.0.1 -P 5066 -D database --default-character-set=utf8 -u ddmuser –p password
Parent topic: Connection Management
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.