02-12-2008 11:57 AM
02-14-2008 10:33 AM
create database alfresco DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
max_allowed_packet=16M
default-character-set=utf8
# The default storage engine that will be used when create new tables
default-storage-engine=INNODB
[mysql]
default-character-set=utf8
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
02-14-2008 11:04 AM
02-14-2008 11:07 AM
02-14-2008 11:27 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.