Accessing phpMyAdmin in Cloud Sites
Learn how to access phpMyAdmin in Cloud Sites. Follow this guide to log in, manage your MySQL databases, and troubleshoot connection issues.
Introduction
phpMyAdmin is a web-based tool used to manage MySQL databases. After creating a database in the Cloud Sites control panel, you can use this tool to run queries, import/export data, and manage tables.
This guide is specifically for MySQL databases. If you are using Windows/MSSQL, you must use myLittleAdmin instead. Please see our guide: Log into myLittleAdmin from Cloud Sites.
Prerequisites
- Access to a Cloud Sites account.
Step-by-Step Instructions
- Log in to the Cloud Sites Control Panel.
- Click on the Databases tab in the main navigation menu.
- Click on the name of the database you wish to manage. This will expand the details view.
- Locate the section labeled Online Manager. Click the hyperlink provided there.
- A new window will open displaying the phpMyAdmin login screen.
- Enter the Database Username and Password you created during the database setup.
- Click Go.
You are now logged into phpMyAdmin and have full administrative control over your database.
Next Steps
Now that you have accessed your database, you may need to perform the following tasks:
- Import Data: If you are migrating a site, use the “Import” tab to upload a
.sqlfile. - Export Data: Use the “Export” tab to create a backup of your current database.
- Reset Passwords: If your login failed, go back to the Cloud Sites Control Panel to update your database user password.