• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

how to install MySQL in Linux

I am using Redhat 7.2
How to install MySQL in Linux? Do i need to download some files? or they are already in Linux machine?

Thanks for everyone who can answer my question!
 
I believe RH ships with PostgreSQL as the default DB.
Download MySQL from MySQL.com, I think it's available in RPM form.

Then just do "rpm -i mysql.rpm"(or whatever the rpm is named).

Or you could compile it, if you wanna do that, download the source, and read the docs at MySQL.com.
 
mysql is also part of the redhat 7.2 installation. if you have the cd brose around for it. or go to the redhat site/ftp and download it.
 
Back
Top