InstallingStendhal: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Yoriy
added description about mysqld default character sets problem.
imported>Yoriy
fix mysqld options order
Line 37: Line 37:
Change them to:
Change them to:
<pre>
<pre>
collation_server = latin1
collation_server = latin1_swedish_ci
character_set_server = latin1_swedish_ci
character_set_server = latin1
</pre>
</pre>
then restart mysqld.
then restart mysqld.