Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: beshoy on February 12, 2008, 03:04:51 AM

Title: How to I install Mysql in ubuntu linux
Post by: beshoy on February 12, 2008, 03:04:51 AM
i'm new member in this site.
caqn any one give me direct link to install mysql in (ubbuntu)

i load it but when i open folder i can't find the file installation.
please help.

thanks

beshoy
Title: Re: How to I install Mysql in ubuntu linux
Post by: Ricky on February 20, 2008, 02:46:14 PM
it is easy, you can use apt-get to install mysql.
Just use following command :
Code: [Select]
sudo apt-get install mysql-server
and done !
Remember, you have to start msyql server first in order to use it.
Use to start:
Code: [Select]
sudo /etc/init.d/mysql startUse to stop:
Code: [Select]
sudo /etc/init.d/mysql stop