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.

  • 48 Users Found This Useful
Was this answer helpful?

Related Articles

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

403 Forbidden Error

Reasons for the error:1. Incorrect content of the index.php or index.html file, its...

Domain does not work with "www"

If you cannot access your site using your domain without “www”. (Example.com) but with "www." it...

File upload timeout, help me

There are no file download limits on our servers. However, if you have any difficulty downloading...

Help, Adsense is not showing

If your ad is not showing, please make sure you paste the code between the "body" tags. If you...