Discord Bot

Do bot plans include MySQL databases?

Many bots need to store data — user settings, guild configs, leaderboards — and our Discord Bot plans include MySQL databases so you can do exactly that. This article covers what's included and how to manage your databases.

MySQL is included

Yes — your plan includes MySQL database(s), which you create and manage right in the Databases tab of the panel. There's no separate signup or add-on to get started; the database feature is built into your bot hosting.

Creating and managing a database

  1. Open your server in the panel and go to the Databases tab.
  2. Create a new database — the panel provides the host, database name, username, and password.
  3. Plug those connection details into your bot's config or environment variables.

Tip: Store your database credentials in your Startup variables or a config file rather than hard-coding them into your source.

Frequently asked questions

How many databases do I get? Your plan includes a set number of MySQL databases. If you need more than your plan allows, open a ticket and we'll help.

Can I connect to my database from outside the panel? Use the connection details from the Databases tab. If you run into access questions, open a ticket and our team can assist.