Home File & Database Management Creating and Managing Databases

Creating and Managing Databases

Last updated on Apr 30, 2025

Many modern websites and applications (like WordPress, Joomla, or Magento) rely on a MySQL database to store content and settings. With Eco Web Hosting, you can easily create and manage your databases directly from the Databases section of your hosting control panel.


πŸ” First: Access Your Hosting Control Panel

If you’re not already logged in, start here:
πŸ‘‰ How to Access Your Web Hosting Control Panel

Once inside, look for the Databases section.


βž• Creating a New Database

  1. In the control panel, click on Databases

  2. Scroll down to the Create Database section

  3. Enter a name for your database (it will be automatically prefixed with your hosting username)

  4. Click Create

By default, this will also create a database user with the same name and assign a secure, randomly generated password.

πŸ” Keep your database name, username, and password safe β€” you’ll need them when setting up apps like WordPress.


βš™οΈ Advanced Database Creation

If you want more control (e.g. custom username/password), you can:

  1. Click the Advanced mode option under the database creation form

  2. Enter:

    • A database name

    • A database username

    • A secure password (or generate one)

  3. Click Create

This is useful for developers or advanced setups that require separating user credentials from the database name.


πŸ“‹ Viewing & Managing Existing Databases

At the top of the Databases page, you'll see a list of existing databases:

  • View the size and number of tables

  • See how many users have access

  • Click Manage to open the database management tools

  • Click Delete to remove a database you no longer need (⚠️ use caution β€” this is irreversible)


πŸ”„ Editing & Accessing Databases

  • Manage Users: Assign or remove user access to a database

  • phpMyAdmin: Launch the browser-based tool to view, edit, or export database content

  • Server Details (shown at the bottom): Includes your database version, SQL mode, and connection info (hostname, usually localhost)


πŸ”— Using Database Info in Scripts or Apps

When connecting your site or app to the database, you’ll typically need:

  • Database Name: e.g. u43403_exampledb

  • Username: e.g. u43403_exampledb

  • Password: (set during creation)

  • Host: localhost

  • Port: 3306 (default)