01-11-2008 12:16 PM
01-17-2008 03:57 PM
01-17-2008 10:13 PM
01-18-2008 09:15 AM
Create database for alfresco in MySQL
create database liferay;
grant all on liferay.* to 'liferay'@'localhost' identified by 'liferay' with grant option;
grant all on liferay.* to 'liferay'@'localhost.localdomain' identified by 'liferay' with grant option;
Create database for liferay in MySQL
create database liferay;
grant all on liferay.* to 'liferay'@'localhost' identified by 'liferay' with grant option;
grant all on liferay.* to 'liferay'@'localhost.localdomain' identified by 'liferay' with grant option;
01-18-2008 01:23 PM
01-18-2008 01:37 PM
01-21-2008 10:36 PM
01-22-2008 01:10 AM
01-22-2008 12:38 PM
01-25-2008 10:43 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.