phpMyAdmin is a web-based tool that allows you to manage your MySQL databases. You can use it to view, edit, import, and export your database tables.
Step 1: Log in to Your Hosting Control Panel
- cPanel: Go to https://stylo.simplisticnode.com:2083
- DirectAdmin: Go to https://da01.unifiedns.io:2222
- Enter your login details from your welcome email.
Step 2: Open phpMyAdmin
- In cPanel:
- Scroll down to the Databases section.
- Click phpMyAdmin.
- In DirectAdmin:
- Go to Account Manager → MySQL Management.
- Click phpMyAdmin next to the database you want to manage.
Step 3: Select Your Database
- Once inside phpMyAdmin, you’ll see a list of databases in the left-hand menu.
- Click the database you want to manage.
- The tables inside that database will then be displayed.
Step 4: Common Tasks You Can Do
- Browse Data → View records stored in your tables.
- Edit Records → Modify values in your tables.
- Run SQL Queries → Execute custom SQL commands.
- Import → Upload a database backup (usually
.sql
files). - Export → Download a backup of your database.
- Drop/Delete Tables → Remove entire tables (irreversible).
Step 5: Exiting phpMyAdmin
- Once you’re done, click Log Out in the top-right corner.
- Close your browser tab for extra security.
Troubleshooting
- Can’t log in? → Make sure your database user has the correct password and privileges.
- Import errors? → Check that your
.sql
file is valid and not larger than the upload limit. - Accidentally deleted something? → Restore your database from a backup via your hosting control panel.