prblm in installing mysql

Asked by ank

i am trying to install mysql from rpm files but its saying to use alien i have installed it but couldnt find it ........so where can i look for alien and also i installed some version of mysql from .tar.gz but now i dont know where it is installed can any1 tell me where can i find installed sql and alien

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mysql-5.1 Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

You dont use RPM. RPM is for distros like redhat and mandriva etc. Ubuntu uses .deb files like debian does.

Why are you downloading mysql, it is on the repo.

if you run:

sudo apt-get install mysql-server

You will get SQL. There is no manual downloading needed by you, the OS willdo it for you.

If you need apache and php too you can run:

sudo tasksel install lamp-server

and get a full blown LAMP server.

Revision history for this message
ank (ankibhadoria) said :
#2

Thanks actionparsnip, that solved my question.

Revision history for this message
ank (ankibhadoria) said :
#3

but can i knw where can i find alien installed

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

It's in the repos like all the other apps you need.