Deleting the wiki page 'mariadb' cannot be undone. Continue?
create database thisdb CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'myuser'@'%' IDENTIFIED BY 'mypassword';
GRANT ALL PRIVILEGES ON thisdb.* TO 'myuser'@'%';
Deleting the wiki page 'mariadb' cannot be undone. Continue?