summaryrefslogtreecommitdiff
path: root/share/install/database/database_create_statements
blob: 9fa9e392118221cf15e2bf5730ce9ce6cd827a3a (plain)
1
2
3
create database if not exists asdfus;
grant all privileges on asdfus.* to asdfus@localhost identified by 'gTYgT&M6q';
flush privileges;