Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2022 01:31 AM
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.