I'm trying to install percona-toolkit as a package/port on my system:
I do NOT wish to remove and/or replace my existing mariadb55-client and/or mariadb55-server with mysql55-client.
What should I do?
Code:
[root@alexus ~]# uname -a
FreeBSD alexus.org 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0 r265974: Wed May 14 07:57:04 PDT 2014 root@jj3.myibay.com:/usr/obj/usr/src/sys/R610 amd64
[root@alexus ~]# pkg install percona-toolkit
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (1 conflicting)
Checking integrity... done (0 conflicting)
The following 7 packages will be affected (of 0 checked):
Installed packages to be REMOVED:
mariadb55-client-5.5.39
mariadb55-server-5.5.39
New packages to be INSTALLED:
percona-toolkit: 2.2.11
p5-Term-ReadKey: 2.32
p5-DBI: 1.631
p5-DBD-mysql: 4.028
mysql55-client: 5.5.40
The operation will free 100 MB.
Proceed with this action? [y/N]: n
[root@alexus ~]# cd /usr/ports/databases/percona-toolkit/ && make config
===> No options to configure
[root@alexus /usr/ports/databases/percona-toolkit]#
I do NOT wish to remove and/or replace my existing mariadb55-client and/or mariadb55-server with mysql55-client.
What should I do?