RE: problem with text coding when using external reportin... » charset_variables.txt
| 1 |
mysql> SHOW VARIABLES LIKE "character_set%"; |
|---|---|
| 2 |
+--------------------------+--------------------------------------------+ |
| 3 |
| Variable_name | Value | |
| 4 |
+--------------------------+--------------------------------------------+ |
| 5 |
| character_set_client | latin1 | |
| 6 |
| character_set_connection | latin1 | |
| 7 |
| character_set_database | latin1 | |
| 8 |
| character_set_filesystem | binary | |
| 9 |
| character_set_results | latin1 | |
| 10 |
| character_set_server | latin1 | |
| 11 |
| character_set_system | utf8 | |
| 12 |
| character_sets_dir | /opt/redmine-1.1.0-0/mysql/share/charsets/ | |
| 13 |
+--------------------------+--------------------------------------------+ |
| 14 |
8 rows in set (0.01 sec) |
| 15 |
|
- « Previous
- 1
- 2
- Next »