forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
15 lines
966 B
HTML
15 lines
966 B
HTML
<a name="ddm_04_0006"></a><a name="ddm_04_0006"></a>
|
|
|
|
<h1 class="topictitle1">How Can I Handle Garbled Characters Generated When I Connect a MySQL Instance to a DDM Instance?</h1>
|
|
<div id="body1527839801915"><p id="ddm_04_0006__p8060118">If the <span class="keyword" id="ddm_04_0006__keyword942955312212">MySQL connection</span> code is inconsistent with the actual one, garbled characters may be displayed during parsing on DDM.</p>
|
|
<p id="ddm_04_0006__p159031120175914">In this case, configure <strong id="ddm_04_0006__b2199183673314">default-character-set=utf8</strong> to specify the encoding system.</p>
|
|
<p id="ddm_04_0006__p032417566017">Example:</p>
|
|
<pre class="screen" id="ddm_04_0006__screen44271450806">mysql -h 127.0.0.1 -P 5066 -D database --default-character-set=utf8 -u ddmuser</pre>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_04_0097.html">Connection Management</a></div>
|
|
</div>
|
|
</div>
|
|
|