MariaDB: 2. Find the MariaDB service store

This documentation is part of the Automate with the CLI guide. View the full guide here: Start MariaDB, retrieve its credentials, and change its configuration programmatically with the Stackhero CLI.

👋 Welcome to Stackhero documentation

Stackhero provides a ready-to-use MariaDB cloud service designed for production workloads. You get:

  • Unlimited connections and data transfers.
  • Built-in phpMyAdmin web interface for database management.
  • One-click updates for easy maintenance.
  • High performance and strong security on private, dedicated infrastructure.

Launch a fully managed MariaDB instance in minutes. Stackhero handles setup, updates, and security so you can focus on your application. Learn more about MariaDB cloud hosting.

Next, you will want to list the MariaDB service stores available to your account. The CLI accepts the store name (mariadb) directly, so there is no need to look up or copy any IDs.

# List MariaDB service stores (add --organization if you manage more than one)
stackhero services-store-list --name="mariadb"

You can refer to the store name mariadb in subsequent commands, or choose a specific svs-xxxxxx ID from the list if you prefer.