Jan 122020
create user ‘nextcloud’@’localhost’ identified by ‘xxx’;
create database nextcloud;
grant all privileges on nextcloud.* to ‘nextcloud’@’localhost’ identified by ‘xxx’;
FLUSH PRIVILEGES;
create user ‘nextcloud’@’localhost’ identified by ‘xxx’;
create database nextcloud;
grant all privileges on nextcloud.* to ‘nextcloud’@’localhost’ identified by ‘xxx’;
FLUSH PRIVILEGES;
Sorry, the comment form is closed at this time.