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
-
In the control panel, click on Databases
-
Scroll down to the Create Database section
-
Enter a name for your database (it will be automatically prefixed with your hosting username)
-
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:
-
Click the Advanced mode option under the database creation form
-
Enter:
-
A database name
-
A database username
-
A secure password (or generate one)
-
-
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)