Dear community,
I am experiencing problems to install the Percona 5.7 on my Debian 8.7. I used this guide:
[URL=“Installing Percona Server for MySQL on Debian and Ubuntu — Percona Server 5.7 Documentation”]https://www.percona.com/doc/percona-.../apt_repo.html[/URL]
I tried these steps:
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
This returned to error 404.
EDIT: is this even correct URL? I might missed something important into this part and it must be replaced with Percona version here? - (lsb_release -sc)
Then I tried the other way:
1
wget [URL="https://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-5.7.17-11/binary/debian/jessie/x86_64/Percona-Server-5.7.17-11-rf60191c-jessie-x86_64-bundle.tar"]https://www.percona.com/downloads/Pe..._64-bundle.tar[/URL]
2
tar xvf Percona-Server-5.7.17-11-rf60191c-jessie-x86_64-bundle.tar
3
dpkg -i *.deb
And this got me an error: [IMG2=JSON]{“data-align”:“none”,“data-size”:“full”,“src”:“https://www.percona.com/forums/filedata/fetch?filedataid=634&type=thumb”}[/IMG2]
What did I do wrong? Please help me out, the server is offline and I need to figure this out.
P.S. I ran the install on a completely clean Debian 8.7
EDIT: regarding all tutorials the
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb
must work, but on my end it returns 404 error. Really confused.
Regards