Liferay - Enjoy Open Source Portals
Monday, July 16, 2012
write mysql command to create database and user?
CREATE DATABASE lportaldb CHARACTER SET utf8;
create user admin identified by 'admin';
GRANT ALL PRIVILEGES ON lportaldb.* to admin@localhost IDENTIFIED by 'admin';
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment