Fórum

Social Office - MySQL Database Solution

thumbnail
Cesar Pajares, modificado 12 Anos atrás.

Social Office - MySQL Database Solution

Junior Member Postagens: 27 Data de Entrada: 25/09/07 Postagens Recentes
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