I'm trying to setup a database schema on MariaDB which originally comes from PostgreSQL.
What is the correct syntax in MariaDB for:
ALTER DATABASE mydbname OWNER TO someuser
and similar for granting privileges:
GRANT ALL PRIVILEGES ON DATABASE mydbname TO someotheruser
Both works on PostgreSQL and is valid SQL-99 syntax. MariaDB (the PHPMyAdmin frontend) gives me: #1064 - You have an error in your SQL syntax;