Today i want to share experience with latest Percona Server where
TokuDB and TokuBakcup plugins have been added in main
source.
So there is no other steps needed here to get and started.
But in recent discussion in our local community, there was a
question: “How about installing MySQL on CentOS minimal”.
The reason was clear, because somebody got too many errors in
fresh CentOS 7 minimal.
I want to share here full steps.
Please follow numbers:
1. Getting Source package:
[root@testing-host1 ~]# wget
https://www.percona.com/downloads/Percona-Server-5.6/Percona-Server-5.6.27-75.0/source/tarball/percona-server-5.6.27-75.0.tar.gz
Unpacking:
tar -xvf percona-server-5.6.27-75.0.tar.gz
2. Compiling using CMAKE:
If you have read the documentation:
…
[Read more]