hello!
my webhost won't let me create a database user for owncloud, but owncloud 10.0 needs it. when i type in my normal database user owncloud says that i dont have the rights to create a new user.. well so i tried the steps provided in the documentation for creating a temporary admin acc:
"sudo mysql --user=root mysql
CREATE USER 'dbadmin'@'localhost' IDENTIFIED BY 'Apassword';
GRANT ALL PRIVILEGES ON . TO 'dbadmin'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
exit"
but MySQL Shell says that "sudo" is no command.
I asked my webhost if they can create this "dbadmin" user for me, but they won't because of security reasons.
so what is the solution? whytf owncloud needs an extra user?
my webhost told me that many of their customers use owncloud with their normal db user name that my webhost provides. i run in circles..