MariaDB: 2. Find the MariaDB service store

This documentation is part of the Automate with the CLI guide. You can view the complete guide here: Start MariaDB, retrieve its credentials, and modify its configuration programmatically using the Stackhero CLI.

👋 Welcome to Stackhero documentation

Stackhero offers a ready-to-use MariaDB cloud solution with a range of benefits, including:

  • Unlimited connections and data transfers.
  • Built-in phpMyAdmin web interface.
  • One-click updates for simplified maintenance.
  • Optimal performance and enhanced security thanks to private, dedicated infrastructure.

Save time and make your life easier: it takes just 5 minutes to try Stackhero's MariaDB cloud hosting solution!

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 use the store name mariadb in subsequent commands, or select a specific svs-xxxxxx ID from the list if you prefer.