Skip to main content

Install MySQL Client Tools

For Ubuntu/Debian

sudo apt update
sudo apt install mysql-client -y
Error debugging
E: Package 'mysql-client' has no installation candidate

Solution:

sudo apt update
sudo apt install maria-client -y