victorae
Транспорт читабельный нужнее. Но я ведь делал все правильно, нет? Но он все равно остался нечитабельным.
Транспорт читабельный нужнее. Но я ведь делал все правильно, нет? Но он все равно остался нечитабельным.
MySQL does not have proper Unicode support, which makes supporting data in non-Western languages difficult. However, the MySQL JDBC driver has a workaround which can be enabled by adding ?useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8 to the URL of the JDBC driver. You can edit the conf/openfire.xml file to add this value.
кластеризация не пойдёт, а то у нас каналы связи между филиалами не очень большие. тут с друдом работает спарк , а было бы круто, чтобы вместо 10 коннектов, работал только один, который связывает сервера между собою
добавил в шапку патч для 3.6.0а
Setup Instructions
1. Make sure that you are using MySQL 4.1.18 or later (5.x recommended) ¹.
2. Create a database for the Openfire tables:
mysqladmin create [databaseName]
(note: "databaseName" can be something like 'openfire')
3. Import the schema file from the resources/database directory of the installation folder:
Unix/Linux: cat openfire_mysql.sql | mysql [databaseName];
Windows: type openfire_mysql.sql | mysql [databaseName];
4. Start the Openfire setup tool, and use the appropriate JDBC connection settings.
¹ Character fields larger than 255 are not supported by versions prior to MySQL 4.1.18. If you cannot upgrade MySQL to the latest version, you will then need to change the database scripts. In particular, replace VARCHAR(1024) with VARCHAR(255) in the resources/database/openfire_mysql.sql script.
useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8возможно нужно только указать что использовать юникод, или жестко кодировку(по умолчанию в mysql стоит латиница), т.е. jdbc:mysql://127.0.0.1:3306/openfire?useUnicode=true или jdbc:mysql://127.0.0.1:3306/openfire?characterEncoding=UTF-8&characterSetResults=UTF-8
Какой используется клиент? Как сконфигурирован mysql?
jdbc:mysql://127.0.0.1:3306/openfire?useUnicode=true
А еще я бы поставил PostgreSQL вместо MySQL......
3CX Phone System покатит? вроде бесплатный... стоит ли смотреть в его сторону?
Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
Предыдущая тема: Kerio Connect (ex Kerio MailServer)