How do i install MySQL5.1.73 on CentOS 7

Issues related to applications and software problems
Post Reply
nhinhi466
Posts: 1
Joined: 2020/12/05 10:22:24

How do i install MySQL5.1.73 on CentOS 7

Post by nhinhi466 » 2020/12/05 10:27:54

This version on centos 6, centos 7 does not support it. How can I install
:mrgreen:

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: How do i install MySQL5.1.73 on CentOS 7

Post by TrevorH » 2020/12/05 11:53:27

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
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply