Foren

Social Office - MySQL Database Solution

thumbnail
Cesar Pajares, geändert vor 12 Jahren.

Social Office - MySQL Database Solution

Junior Member Beiträge: 27 Beitrittsdatum: 25.09.07 Neueste Beiträge
Social Office work correctly with mysql database if it has configured UTF-8

Create the database in mysql with the next command:

create database name_database character set utf8;

Then start tomcat and liferay will create tables and will insert data automatically