FredHutch / DB4SCI

Containerized Database Service (DBaaS)
Apache License 2.0
7 stars 3 forks source link

can't create new database in container #12

Open dtenenba opened 8 months ago

dtenenba commented 8 months ago

After creating a database/container, if I connect to it with the mariadb client and do

create database foo;

It fails. This used to work.

It still works as the admin user but not as the default user.