Hello,
I have enabled the pxc-84-lts repository and installed the package percona-xtradb-cluster-full, but I can’t find the command “mysql_config_editor”.
I installed it on a Ubuntu 22.04 server and following the command used:
apt install -y wget gnupg2 lsb-release curl
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
dpkg -i percona-release_latest.generic_all.deb
apt update
percona-release enable pxc-84-lts
apt install percona-xtradb-cluster-full
Following the error:
mysql_config_editor
Command 'mysql_config_editor' not found, but can be installed with:
apt install mysql-client-core-8.0
If I try to install it with the suggested package, Percona will be uninstalled.
How I can have access to the command?
Thanks a lot