I was requested to install mysql-dev on ubuntu 18.04 , but I couldn't find such package.I only got mysql-server.
is there a way to install mysql-dev , and how does it differ from mysql-server?
To follow this article, Linux Ubuntu 18.04 must be installed on the machine. By default, the latest MySQL version is included in the APT package repository.
There's no mysql-dev package, but libmysqlclient-dev.
You should run in your terminal:
sudo apt install libmysqlclient-dev
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With