Starting with Catalogs
Guide to initializing a MariaDB server with catalog support using `mariadb-install-db --catalogs` and adding new catalogs to a running instance.
Background
Initializing a New Server with Catalog Support
mariadb_install_db --catalogs="cat1 cat2 cat3" --datadir=/my/data/Adding More Catalogs to a Running Server
Creating Catalogs with CREATE CATALOG
Creating Catalogs with mariadb_install_db
See Also
Last updated
Was this helpful?

