Support article
MySQL and MariaDB in free hosting
Free hosting allows MySQL and MariaDB for WordPress, Joomla, PrestaShop and other PHP applications.
Introduction
miHosting free hosting supports MySQL and MariaDB, which are essential for applications such as WordPress, Joomla, PrestaShop or custom PHP developments.
That means the free plan is not limited to static HTML sites. It can also support lightweight dynamic projects.
What these databases are for
A database stores the dynamic information of your website:
- posts and pages
- users
- settings
- products
- comments
- orders or other system data
How to create a database
- Open DirectAdmin.
- Go to the
MySQLor database section. - Create a new database.
- Assign a username and password.
- Save the credentials for your application.
In many cases the database server will be localhost, unless the service says otherwise.
Good practices
- use strong passwords
- keep credentials stored safely
- remove databases you no longer use
- back up data before changing important tables
- keep the connected application updated
Frequently asked questions
Does free hosting really include MySQL or MariaDB
Yes. You can use these databases with compatible applications.
Does WordPress need a database
Yes. WordPress cannot work correctly without one.
Can I use the database for anything at all
It should stay within reasonable use and remain related to the hosted project.
Conclusion
MySQL and MariaDB are part of the free hosting environment and let you run modern PHP applications. If you keep the usage organized and reasonable, the service can work well for lightweight, functional projects.