掲示板

Social Office - MySQL Database Solution

thumbnail
12年前 に Cesar Pajares によって更新されました。

Social Office - MySQL Database Solution

Junior Member 投稿: 27 参加年月日: 07/09/25 最新の投稿
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