
How do i install MySQL5.1.73 on CentOS 7
How do i install MySQL5.1.73 on CentOS 7
This version on centos 6, centos 7 does not support it. How can I install


Re: How do i install MySQL5.1.73 on CentOS 7
You don't.
CentOS 7 does not ship mysql at all. We ship mariadb instead. That is a fork of mysql and has the same command syntax and is otherwise pretty much indistinguishable from mysql since it's built from (what started as) the same source code.
yum install mariadb-server
CentOS 7 does not ship mysql at all. We ship mariadb instead. That is a fork of mysql and has the same command syntax and is otherwise pretty much indistinguishable from mysql since it's built from (what started as) the same source code.
yum install mariadb-server
CentOS 6 died in November 2020 - migrate to a new version!
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 is dead, do not use it.
Full time Geek, part time moderator. Use the FAQ Luke