Support article
How to manage databases with phpMyAdmin
Learn how to create databases from your hosting panel and manage them easily with phpMyAdmin, tables, data and SQL queries.
Introduction
Databases are an essential part of many websites, especially if you use WordPress, PrestaShop, Joomla or other systems that store users, products, posts, settings or forms.
In miHosting, you can create your databases from the control panel and then manage them with phpMyAdmin, a visual tool that lets you review, modify and query stored information without using the command line.
Steps to manage your database
1. Access your control panel
Open the hosting panel for your service, such as DirectAdmin or cPanel.
2. Go to the MySQL databases section
From there you can usually create databases, create users, assign permissions and open phpMyAdmin.
3. Create the database
Choose a clear name before you begin using it with a website or application.
4. Create or assign a user
Make sure the database user has the right permissions.
5. Access phpMyAdmin
Open the tool from the hosting panel.
6. Review the database structure
You can see tables and how the information is organised.
7. Create or modify tables
phpMyAdmin lets you add or edit tables if needed.
8. Review stored data
You can browse records directly from the interface.
9. Run SQL queries
Use the SQL tab if you need to run manual queries.
10. Import and export databases
This is useful for backups and migrations.
Useful tips
- Make a backup before changing important data.
- Confirm that you are editing the correct database.
- Avoid deleting tables if you are not sure what they do.
Frequently asked questions
Where are databases created?
Normally from the hosting panel, before managing them in phpMyAdmin.
What is phpMyAdmin for?
It is a browser-based tool to review and manage MySQL or MariaDB databases.
Can I use phpMyAdmin with WordPress?
Yes, for tasks such as checking tables, exporting the database or reviewing stored data.
Do I need to know SQL to use phpMyAdmin?
Not always. Many tasks can be done from the visual interface.
Can I recover deleted data from phpMyAdmin?
Not reliably unless you have a backup or a safe recovery method available.
Conclusion
phpMyAdmin is one of the most useful tools for managing databases in hosting, as long as you use it carefully and keep backups before major changes.