Archive for May 5th, 2009

May
05
2009

Install MySQL on Ubuntu

Steps to install MySQL on Ubuntu Server

After setting up the server, issue the below command to install mysql and its associated libraries

$ apt-get install mysql-server mysql-client libmysqlclient12-dev

Edit MySQL configuration file, to set the IP address that will be dedicated for MySQL.
(more…)

  • Share/Save/Bookmark