Page 1 of 1

Latest version with MySQL

PostPosted: 13. January 2016 20:02
by Jedis
Hello,

I need the latest version to support MySQL, not MariaDB. Is there a manual way to switch it out? We're moving our websites to a LAMP stack, but want to do the development on Windows. Since the Linux boxes have MySQL, we want our development environment to match.

Any suggestions?

Re: Latest version with MySQL

PostPosted: 14. January 2016 00:15
by Altrea
Hi,

Jedis wrote:I need the latest version to support MySQL, not MariaDB.

The latest versions with MySQL was XAMPP 5.6.12 & XAMPP 5.5.28, both can be found here:
http://sourceforge.net/projects/xampp/f ... 20Windows/

Jedis wrote:Is there a manual way to switch it out?

There are always manual ways, but the effort is not worth it. And XAMPP is only supported as bundle. So if you want to manually include a MySQL version in current XAMPP versions, you are on your own.
If you want the full control about the components, you need to install and configure them all as single components.

best wishes,
Altrea

Re: Latest version with MySQL

PostPosted: 14. January 2016 00:20
by Jedis
Thanks. I hope the developers reconsider and make MySQL an option again in the future. My company will not go with software that won't receive updates and MariaDB is virtually unheard of in the corporate world.

Re: Latest version with MySQL

PostPosted: 14. January 2016 00:34
by Altrea
Jedis wrote:My company will not go with software that won't receive updates

Well, XAMPP is not made for companies, so thats okay.

Jedis wrote:MariaDB is virtually unheard of in the corporate world.

Thats not true. MariaDB is used by many Hosters and big companies. Wikipedia and Google for example are two of the big players replacing their MySQL Databases by MariaDB.

MariaDB is more open source, gets quicker updates as MySQL. Many of the MySQL Enterprise functions are already included/rebuild in the free MariaDB version (for example performance enhancements).

So there are good reasons, even for companies, considering alternatives to MySQL.
But i can also understand if a company don't want to change a Database Management system which works for years now.

Re: Latest version with MySQL

PostPosted: 15. January 2016 01:29
by Jedis
Thanks. I asked and they're unwilling to go with MariaDB. Looks like we'll have to go with another solution that supports MySQL.

Re: Latest version with MySQL

PostPosted: 15. January 2016 12:34
by Nobbie
Jedis wrote:Thanks. I asked and they're unwilling to go with MariaDB. Looks like we'll have to go with another solution that supports MySQL.


Yes of course, Xampp is NOT meant for production environments. A company *really" should go with a professional server installation (Ubuntu Server or similar), not with a development environment for private people, that do not have enough skills in order to install and maintain a server.