Issues
- Cannot install Percona Toolkit on the machine with MySQL 5.7 runningPT-197Resolved issue: PT-197Evgeniy Patlan
- bin/pt-online-schema-change not in sync with modulesPT-181Resolved issue: PT-181Carlos Salguero
- pt-online-schema-change requires a port in the slave DSNPT-179Resolved issue: PT-179Carlos Salguero
- pt-online-schema-change appears to ignore the --check-slave-lag optionPT-178Sveta Smirnova
- Add option to pt-upgrade to display all timing informationPT-176
- Enable pt-table-checksum to ensure stale data is removedPT-173Resolved issue: PT-173Carlos Salguero
- Can not save full request in review tablePT-172Agustin Gallego
- pt-kill kills prepared statements without checking busy-timePT-167Resolved issue: PT-167Carlos Salguero
- Change [no] to [no-] in the documentationPT-164
- pt-heartbeat breaks replication if started on slave with an empty tablePT-163
- pt-upgrade produces wrong outputs if the query is larger than 1455 chars EditPT-159
- Specifying the index to use for pt-archiver ignores --primary-key-onlyPT-157Resolved issue: PT-157Carlos Salguero
- TableNibbler choosing wrong fields for composed primary key on MariaDBPT-156Resolved issue: PT-156Carlos Salguero
- point is not decimalPT-151Resolved issue: PT-151Carlos Salguero
- Use of uninitialized value in printfPT-150Resolved issue: PT-150
- pt-online-schema-change aborts on --execute while --dry-run succeedsPT-148Resolved issue: PT-148Carlos Salguero
- Turn off statement based binlog checksPT-146Resolved issue: PT-146Carlos Salguero
- Constraint name is too longPT-144Resolved issue: PT-144Carlos Salguero
- pt-archiver SELECT query fails because of primary keyPT-143Resolved issue: PT-143Carlos Salguero
- pt-online-schema-change find_child_tables slowPT-142Resolved issue: PT-142Carlos Salguero
Cannot install Percona Toolkit on the machine with MySQL 5.7 running
Description
Environment
MySQL Community 5.7.16
CentOS 7
Attachments
Smart Checklist
Details
Assignee
Evgeniy PatlanEvgeniy PatlanReporter
Pavel ZegerPavel ZegerPriority
HighComponents
Affects versions
Details
Details
Assignee
Reporter
Priority
Components
Affects versions
Smart Checklist
Smart Checklist
Smart Checklist
Activity
Pavel ZegerOctober 19, 2017 at 2:35 PM
I've successfully installed Percona Toolkit after installation of this package that includes libmysqlclient.so.18:
sudo yum install mysql-community-libs-compat-5.7.20-1.el7.x86_64.rpm
Thanks anyway for your help!
Pavel ZegerOctober 19, 2017 at 2:19 PM
I can't add a screenshot so I added the error output:
Error: Package: perl-DBD-MySQL-4.023-5.el7.x86_64 (base)
Requires: libmysqlclient.so.18(libmysqlclient_18)(64bit)
Error: Package: perl-DBD-MySQL-4.023-5.el7.x86_64 (base)
Requires: libmysqlclient.so.18()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Pavel ZegerOctober 19, 2017 at 2:18 PM
Sorry. This error:
Pavel ZegerOctober 19, 2017 at 2:17 PM
Unfortunately I'm still getting this error:
Evgeniy PatlanSeptember 30, 2017 at 8:27 AM
could you please try to install perl-DBD-MySQL in the following way:
yum install perl-DBD-MySQL --disablerepo percona-release*
and after that please try to install percona-toolkit
I have on all servers MySQL Community 5.7.16 standalone.
When I was trying to install Percona Toolkit version 3 (the last version) on a few servers I encountered the following error (after downloading a rpm package):
Transaction check error:
file /etc/my.cnf from install of Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64 conflicts with file from package mysql-community-server-5.7.16-1.el7.x86_64
I can't install another packages that depends on Percona-Server-shared-56-5.6.37-rel82.2.el7.x86_64 too.