We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo apt-get install mysql-server
sudo service mysql start
mysql -uroot -p
mysql> show databases;
mysql> exit;
apt-get install libmysqlclient-dev
location for client lib: /usr/lib/x86_64-linux-gnu/libmysqlclient.so