April 20, 2024, 10:34:55 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to I install Mysql in ubuntu linux  (Read 3378 times)

Offline beshoy

  • New Member
  • Posts: 1
How to I install Mysql in ubuntu linux
« 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
« Last Edit: February 12, 2008, 06:26:55 AM by LS-Admin »

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: How to I install Mysql in ubuntu linux
« Reply #1 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