I would like to replace MySQL 5.1 on my Debian Lenny 32-bit server to Percona Server with XtraDB. The main reason is better performance of Percona.
It's production server with many services running. Many other software may depend on mysql-client and other mysql shared libraries.
Is it safe to replace MySQL?
By "safe" I mean: 1. remove mysql, 2. install percona 3. everything works as before
Will it break dependencies in third party software? Will it require to change configuration of third party software (ie. socket path, server port, shared libraries path)? Will it require to install trillion of additional packages?
I really don't want situation with broken libraries, missing or incompatible header files and so on