Abbysays’s Weblog

May 20, 2008

How to start/stop MySql server on Ubuntu 8.04

Filed under: Database, Linux, Ubuntu — abbysays @ 7:35 am
Tags:

# To install MySql database:

sudo apt-get install mysql-server

# To start MySql server:

/etc/init.d/mysql start

# To stop MySql server:

/etc/init.d/mysql stop

# To restart MySql server:

/etc/init.d/mysql restart

# To check the status of  MySql server:

/etc/init.d/mysql status

1 Comment »

  1. I’m from Brazil!!!!
    very good…

    Comment by Alexandre — October 5, 2008 @ 8:04 am

RSS feed for comments on this post. TrackBack URI

Leave a comment

Blog at WordPress.com.