Created
February 12, 2017 17:36
-
-
Save xxblx/82e9bc9b697c1dd1ac74c28ec81e6bf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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