LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing and Running mysql server on Red Hat Linux 4 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-and-running-mysql-server-on-red-hat-linux-4-a-728557/)

Mihir V Patankar 05-26-2009 06:08 AM

Installing and Running mysql server on Red Hat Linux 4
 
Hi,

Can someone tell me how to install and run 32 bit mysql server on Red Hat Linux 4?

Thanks!

Mihir

Retrievil_Knievil 05-26-2009 06:24 AM

Maybe this will help: http://www.cyberciti.biz/faq/how-to-...ql-under-rhel/

soleilarw 05-26-2009 05:16 PM

http://www.howtoforge.org has a lot tutorials related to MySQL!

Linux Archive

Mihir V Patankar 06-03-2009 07:57 AM

Hi

Thanks for your help

I downloaded and installed mysql on linux enterprise version 4 using the command

rpm -ivh "mysql_file_name.rpm"


Mysql got installed without any errors


But when i run the command

mysqladmin -u root password mysqldata

i got the error mysqladmin not found

What could be the reason for this error inspite of the fact that mysql got installed properly without any errors

chrism01 06-03-2009 08:42 PM

You should have used 'up2date' (the RHEL 4 equiv to yum, although I think you can get yum for RHEL4).
That would take care of any dependencies.
Difficult to know what you installed, as you don't give the exact filename, but maybe just the DB code, but not various tools to make it 'usable'.

Mihir V Patankar 06-03-2009 11:39 PM

mysql installation
 
Quote:

Originally Posted by chrism01 (Post 3562363)
You should have used 'up2date' (the RHEL 4 equiv to yum, although I think you can get yum for RHEL4).
That would take care of any dependencies.
Difficult to know what you installed, as you don't give the exact filename, but maybe just the DB code, but not various tools to make it 'usable'.


Hi,

I have installed "MySQL-Server-Community 5.1.30-0.rhel4.i386.rpm" in the / directory

How do i uninstall this now so that i can try reinstalling it using the commands suggested by you?

Thanks!

Mihir V Patankar

chrism01 06-05-2009 01:38 AM

See this page, centre column is up2dfate cmds: http://sakafi.wordpress.com/2008/01/...e-yum-up2date/

You prob want one or more of

up2date –show-available |grep -i mysql
up2date –show-groups |grep -i mysql

up2date –arch=i386 mysql

you need to install mysqladmin separately from the DB server, iirc


All times are GMT -5. The time now is 03:42 PM.