mysql package not found

Asked by ismail

hey i have installed ubuntu 7.04 in my system,i want to work with mysql but the following error occurs

ismail@ismail:~$ sudo apt-get install mysql-server-5.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E:mysql package not found
ismail@ismail:~$

I am new to linux,Can any one help me to fix this problem...

Thanks..

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Nicolas Van Wambeke (nicolasvw) said :
#1

In order to install mysql-server on your machine you'll need to update the list of packages by issuing an:

sudo apt-get update

After that, you can do either:

sudo apt-get install mysql-server
or
sudo apt-get install mysql-server-5.0

As mysql-server points to the latest version which is provided by mysql-server-5.0.

Cheers,

Nicolas

Can you help with this problem?

Provide an answer of your own, or ask ismail for more information if necessary.

To post a message you must log in.