Ok. Thanks for answering. I‘m not very common with sql. So I did All privileges but seems not to work! What I have to do exactly? I have a user nexcloud and a table nexcloud. So how I can give nextcloud „superuser“ rights and also admin? Thanks for reply.
GRANT ALL PRIVILEGES ON . to ‘nextcloud’@‘localhost’ WITH GRANT OPTION;
+---------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for nextcloud@localhost |
+---------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO `nextcloud`@`localhost` IDENTIFIED BY PASSWORD '*HASH' WITH GRANT OPTION |
| GRANT ALL PRIVILEGES ON `nextcloud`.* TO `nextcloud`@`localhost` |
+---------------------------------------------------------------------------------------------------------------------------------------------+
but the user admin can’t find it in the the table nextcloud?!
You have to make sure that the “http” user has write accesss to that directory. Additionally you should check yor Nextcloud configuration, especially the setting of the apps_paths parameter.