Pat
Esteemed Contributor

Hi @Quentin Maire​ ,

you can try this statement:

SHOW CREATE DATABASE `database-name`;

It should give you `location` it's default location for managed tables.

It might be that your data is not stored in the `root` container. I forgot this part.

Basically when you create database you can specify location, it will be used for the managed tables created in that database.