Got an error about an outdated MySQL version?

When connecting the site to the database, an error occurred telling us that the MySQL version is lower than the recommended one?
This means that you have created a database with the wrong software for you.
Very often, users choose "Database Server Type": MySQL, and then by inertia choose "Database Server": MySQL.
With this choice, we create a MySQL database below the eighth version, in order to get the latest version we select "Database Server": mariadb
MariDb is a modified version of MySQL that easily replaces your standard MySQL.

  • 41 Users Found This Useful
Was this answer helpful?

Related Articles

My site is not on search engines

This problem is not related to hosting, rather the problem is in the site itself. Please follow...

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

I see question marks and incomprehensible symbols on the site

If incomprehensible characters are displayed on your site, this is due to incorrect encoding of...

How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:...

PHP Fatal error: Cannot redeclare

If you see PHP Fatal error: Cannot redeclare function it means that there is a problem in your...