PROJECTS
PROJECTS
PROJECTS
SHOW DATABASES
command:
mindsdb
is the default project.
SHOW FULL DATABASES
command to get more details:
type = 'data'
in the WHERE
clause.PROJECTS
MODELS
MODELS
MODELS
MODELS
MODELS_VERSION
models_versions
table for each project that stores all the versions of your models.
Here is how to query for all model versions from all the projects:
RETRAIN
command.model_b
model has two records storing its two versions, out of which one is active.SELECT
statement:
TABLES
CREATE MODEL
command are simple tables within a project. Therefore, you can use the SHOW [FULL] TABLES
commands to query for them.
Here is how to query for tables from all databases/projects/schemas:
mindsdb
. If you want to change it, run the USE project_name;
command.information_schema
is the system database, mindsdb
is the default project, and files
is the database to store all uploaded files. For more information, please visit our docs on MindsDB default structure.my_project
project.