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.

  • 101 Users Found This Useful
Was this answer helpful?

Related Articles

Images are not showing on my site

Please make sure the images are uploaded to the server. Check that the HTML paths are correct....

Help, Adsense is not showing

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

I see a blank / white page (if the site is built in PHP)

If your site is based on PHP, the most likely cause of the problem is that you missed a symbol...

Help, I can not install the Joomla components!

This is a known Joomla issue where components cannot be installed through the browser window....

#1064 - You have an error in your SQL syntax

Error 1064 occurs when MySQL version does not match. The simplest solution is to enable...