Mysql_config_editor missing on 8.4-lts

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

Hi Fabio,

Looks like the command is missed in PXC 8.4
I will investigated the issue and let you know when the required package can be downloaded.

Hi Fabio,

The binary mysql_config_editor is added to new PXC 8.4.3
It will be released tomorrow.

1 Like