Showing posts with label Mysql install. Show all posts
Showing posts with label Mysql install. Show all posts

Sunday, February 17, 2013

Install Mysql On Ubuntu


Installing Mysql on Ubuntu is a very simple task :
  
  Open the terminal and type the following command
        sudo apt-get install mysql-server

  During installation you will be asked to provide password for Mysql root user.

  You can check whether Mysql is running by using the following command :
       sudo /etc/init.d/mysql status

  If Mysql is not running, then issue the following command
          sudo /etc/init.d/mysql start