Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Percona Server 5.5 or MariaDB on Windows

I am running a MySQL 5.5 on a x64 Windows Server and keep getting a auto increment id error which is a known error in MySQL. I would like to try out Percona Server or MariaDB as they have higher benchmarks but I can't find a drop in replacement for MySql 5.5. Can MariaDB 5.2 be used to replace MySQL 5.5 or is there a version of Percona Server that runs on Windows? Also is anyone else using either of these on Windows?

like image 824
runxc1 Bret Ferrier Avatar asked Jul 02 '11 18:07

runxc1 Bret Ferrier


People also ask

Does Percona work with MariaDB?

Contact Percona MariaDB Database Support! Percona is the premier support provider for open source databases, including MariaDB, the most well-known fork of MySQL.

Is Percona faster than MySQL?

As a rule of thumb, if you constantly experience performance or stability issues with MySQL, your site might perform better with Percona.

Is Percona same as MySQL?

Just a clarification - Percona is a MySQL consulting/development company. Percona Server is one of many products made by the company Percona.

Is Percona DB free?

Percona database software is always completely free and open source.


1 Answers

There is no Percona on Windows. Current MariaDB 5.2 is a drop-in replacement for MySQL 5.1. Upgrade wizard supplied with Maria will not offer a downgrade from 5.5. MariaDB 5.5 is in preparation, however it will need some time.

Having said this, your MySQL5.5 data might well be compatible with MariaDB 5.2, compatibility between 5.1 and 5.5 is generally good, assuming you're not using the new stuff (pluggable authentication or performance schema)

I think it is well possible to copy database directory to another place, remove performance_schema from it, copy and edit my.ini, register service with MariaDB's mysqld.exe and run it as MariaDB.

What was the well-known problem about autoincrement?

like image 57
Vladislav Vaintroub Avatar answered Sep 24 '22 01:09

Vladislav Vaintroub