Skip to content

Instantly share code, notes, and snippets.

@xxblx
Created February 12, 2017 17:36
Show Gist options
  • Save xxblx/82e9bc9b697c1dd1ac74c28ec81e6bf9 to your computer and use it in GitHub Desktop.
Save xxblx/82e9bc9b697c1dd1ac74c28ec81e6bf9 to your computer and use it in GitHub Desktop.
create database nextcloud;
create user nextclouduser@localhost identified by 'password';
grant all privileges on nextcloud.* to nextclouduser@localhost identified by 'password';
flush privileges;
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment