Some minor changes.

This commit is contained in:
2018-02-27 04:31:04 +01:00
parent 81f345b175
commit 11c3781854
4 changed files with 58 additions and 11 deletions

22
DOC/README.percona.debian Normal file
View File

@ -0,0 +1,22 @@
# - Install MySQL client libraries /libmysqlclient
# -
apt-get install libmariadb-dev libmariadb-dev-compat
apt-get install cpanminus
apt-get install libdbd-mysql-perl
# - OR /AND
cpanm DBD::mysql
# - Fetch the repository packages from web
# -
# - Once you install this package the Percona repositories should be added.
# - You can check the repository setup in the /etc/apt/sources.list.d/percona-release.list file.
# -
cd /tmp
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
dpkg -i percona-release_0.1-4.$(lsb_release -sc)_all.deb
apt-get update
apt-get install percona-server-server-5.7 percona-server-common-5.7 percona-server-client-5.7