02-16-2012 05:05 AM
02-16-2012 06:22 AM
02-16-2012 07:41 AM
CREATE DATABASE alfresco DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
GRANT ALL PRIVILEGES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco';
GRANT SELECT,LOCK TABLES ON alfresco.* TO alfresco@localhost IDENTIFIED BY 'alfresco';
FLUSH PRIVILEGES;
quit;
[mysqld]
…
character_set_server = utf8
lower_case_table_names=1
…
02-16-2012 09:09 AM
02-16-2012 11:57 AM
02-17-2012 07:44 AM
02-17-2012 11:51 AM
Encore une question :
Comment spécifier le socket de mon instance MySQL ?
02-17-2012 12:05 PM
db.url=jdbc:mysql://[host][:port]/[database]?useUnicode=yes&characterEncoding=UTF-8
Par exempledb.url=jdbc:mysql://localhost:3306/alfresco?useUnicode=yes&characterEncoding=UTF-8
02-20-2012 03:36 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.