The easiest way to a database
Databases are the "memory" of your website. Whether it's blog posts, customer passwords, or shop orders – everything is stored here efficiently. The MySQL Database Wizard guides you safely through the process so that you don't forget any important settings (such as user privileges).

Instructions: Setup in 4 steps
Enter a name for your database.
Note: The full name is always username_databasename. Make sure to remember this prefix!
Specify a database user and assign a strong password.
Pro Tip: Use the Password Generator. You don't need to memorize database passwords, as they are only entered once into your website's configuration file (e.g., wp-config.php).
Choose what the user is allowed to do. For standard applications (WordPress, Joomla, etc.), simply check the box "ALL PRIVILEGES".
The system confirms the successful connection. You can now use the data in your web application.
Useful facts about names & limits
Depending on the system, there are different limits for the length of usernames (including prefix):
| System | Limit | Example |
|---|---|---|
| MySQL 5.7 | 32 characters | user_mysuperdb |
| MariaDB | 47 characters | user_anextremelylongname |
/ " ' ` are not allowed.Already have a database and just want to manage it?
Use phpMyAdmin or the standard MySQL Databases interface for that.