Charset Changing: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Fixed the "??" and some Paths) |
No edit summary |
||
Line 8: | Line 8: | ||
==MySQL== | ==MySQL== | ||
# In the file (W:/usr/local/mysql/bin/my_small.cnf) find line: <pre>Uncomment the following if you are NOT using BDB tables</pre> | # In the file (W:/usr/local/mysql/bin/my_small.cnf) find line: <pre>Uncomment the following if you are NOT using BDB tables</pre> | ||
# Insert the two following lines, '''before''' the line above: <pre>character-set-server = cp1250 | # Insert the two following lines, '''before''' the line above: <pre>character-set-server = cp1250 | ||
collation-server = cp1250_general_ci</pre> | |||
# Restart Apache and MySQL and verify that system variables looks like this: <pre><nowiki>character set client latin1 cp1250 | # Restart Apache and MySQL and verify that system variables looks like this: <pre><nowiki>character set client latin1 cp1250 | ||
character set connection cp1250 cp1250 | character set connection cp1250 cp1250 |