Install Mysql Client on Debian 10 (Buster)

Debian stopped packaging mysql-client as of buster. You can use

apt-get install default-mysql-client

Which will install mariadb-client-10.3. MariaDB is a fork of MySQL. The client can still be started with the command mysql.

Share

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.