From where do I get the mysql command?

The CLI tools, like mysql and mysqldump are not packaged separately from the server?

I mean, you can use mysql.client, but that’s also just the full package.

What exactly is your goal here, are you unsure how to find the binaries or are you in pursuit of disk space savings?

If I try that, I only get:

error: 'mysql' has been renamed to/replaced by 'mariadb'

I also tried to search for that on search.nixos.org, but it didn’t return anything.

I just want the mysql command;) I want to connect to a sql server on a remote server.

Well, have you tried mariadb.client instead?

1 Like