default-mysql-client-core software package provides MySQL database core client binaries (metapackage), you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install default-mysql-client-core
default-mysql-client-core is installed in your system.
Make ensure the default-mysql-client-core package were installed using the commands given below,
$ sudo dpkg-query -l | grep default-mysql-client-core *
You will get with default-mysql-client-core package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Databases |
| Package | default-mysql-client-core |
| Version | 1.0.0ubuntu1 |
| Description | MySQL database core client binaries (metapackage) |
| Sub Section | Databases |