Page 1 of 1

How to upgrade MySQL version in XAMPP.

PostPosted: 23. May 2015 19:48
by zoroRoronoa
The home web site of XAMPP, in version 5.6.0 for win32
Especified that, mysql version is 5.6.xx

I installed XAMPP 5.6.0 and after I view info() and its said that my MYSQL VERSION is 5.0.xx

I urgent need upgrade my mysql version.
I need have mysql v 5.6 or + in XAMPP.

is possible.. any tutorial?

thanks. Sorry for my english, It is bad, My nature language is Spanish.

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 23. May 2015 20:25
by glitzi85
The MySQL-Server Version is NOT displayed in the phpinfo()-Output. What you see is the Version of the MySQL Client APIs
To verify your server version log in to phpmyadmin (under Tools) and check the upper right corner (Database Server). There you will find something like this:
Code: Select all
Server version: 5.6.24 - MySQL Community Server (GPL)

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 24. May 2015 07:17
by zoroRoronoa
Yes sr.
I see the version Mysql client api.
this is 5.0.11, i need 5.1.x o above
Is possible upgrade this version of mysql client api ?

Thanks u.

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 25. May 2015 10:34
by glitzi85
The mysql drivers are included in PHP, latest version is 5.0.11.
5.1 simply does not exist.

Why do you think you would need a newer version?

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 25. May 2015 19:26
by zoroRoronoa
why, I am trying install a script (flynax auto 4.3) in localhost, using XAMPP.
Then... in the requirements, Its request mysql version 4.1.x, 5.1.x or above.

I currently have (in xampp) mysql v 5.6.x.
But this script detect the version client API of MYSQL... and will not let me install

VIRE IMAGE HERE.
http://postimg.org/image/al5ltnzmz/

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 25. May 2015 19:59
by Altrea
Hi,

This is a third party application issue. Flynax Auto is a commercial script so you have the right for support from the programmers.
You should ask on one of the programmers support channels of this specific script.

best wishes,
Altrea

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 25. May 2015 22:17
by glitzi85
Well, then this is not a problem with xampp. Please contact Flynax and ask them to correct their software.

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 25. May 2015 23:43
by zoroRoronoa
A question.
Is possible change ( or upgrade ) MySQL to MariaDB

What happens is that, in a free host, I can install perfectly this script (because, this host has MariaDB).
View this picture (requirements).
http://postimg.org/image/s5ji2vfb7/

Is possible upgrade mysql to MariaDB in XAMPP?

Re: How to upgrade MySQL version in XAMPP.

PostPosted: 26. May 2015 00:21
by Altrea