Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active July 6, 2018 08:15
Show Gist options
  • Select an option

  • Save jverweijL/c9a218f101b6a1d4c593606c68092a93 to your computer and use it in GitHub Desktop.

Select an option

Save jverweijL/c9a218f101b6a1d4c593606c68092a93 to your computer and use it in GitHub Desktop.
CREATE DATABASE liferay71;
CREATE USER 'lportal'@'localhost' IDENTIFIED BY 'my-strong-password-here';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON liferay71.* TO 'lportal'@'localhost';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment