Install and import Mysql on the development environment

Should i install mysql client, create database, import my backup database and after run import script, right?

apt-get install libmysqlclient-dev mc -y

Thank you for answer.