Hi all I want to install mysql in my redhat 5. I have downloaded an rpm but its saying that MYSQL-DEVEL not found.

Kindly provide me the link of all those that I need to install.

Generally you should not need to manually download any RPMs. Most applications you want to install will be available in the official repositories and can be installed automatically. MySQL definitely is.

To install the MySQL client and server either select "Add/Remove Software" from the Applications menu and then search for and install mysql and mysql-server or execute "yum install mysql-server mysql" on the command line (with root privileges).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.