Saturday, August 09, 2014

How to install mysql in ubuntu 14.04

It's quite easy to install mysql in ubuntu 14.04 LTS.

Just open terminal with "Ctrl + Alt + T"

And run this command for install mysql:

sudo apt-get install mysql-server mysql-client libmysqlclient-dev

0 comments:

Post a Comment