diff options
author | Oren Hurvitz | 2014-04-23 16:18:28 +0300 |
---|---|---|
committer | Oren Hurvitz | 2014-04-23 16:18:28 +0300 |
commit | 2c9859314f72cfa32358c43bc47a668ec62af008 (patch) | |
tree | c88fe9ab85ae8912eca1042b09197af258e138dd /bin | |
parent | Reverting test change to cause another email (diff) | |
download | opensim-SC_OLD-2c9859314f72cfa32358c43bc47a668ec62af008.zip opensim-SC_OLD-2c9859314f72cfa32358c43bc47a668ec62af008.tar.gz opensim-SC_OLD-2c9859314f72cfa32358c43bc47a668ec62af008.tar.bz2 opensim-SC_OLD-2c9859314f72cfa32358c43bc47a668ec62af008.tar.xz |
Changed table 'im_offline' to use UTF8 characters. This fixes a problem with Offline IM V2 (only relevant to MySQL).
This fixes http://opensimulator.org/mantis/view.php?id=7123
Users that use MySQL should change their MySQL configuration to support UTF8. In the config file /etc/my.cnf (Linux) or my.ini (Windows), add these settings:
[mysqld]
character-set-server=utf8
[client]
default-character-set=utf8
And then restart MySQL (on Linux: "sudo service mysqld restart").
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions