Install MySQL in CentOS 7

Issues related to applications and software problems
Post Reply
tan.tab
Posts: 3
Joined: 2018/06/15 13:36:18

Install MySQL in CentOS 7

Post by tan.tab » 2018/06/16 05:21:43

The MySQL blocked IP of my country on its website. So when I write command “yum install sql” the package damaged. Can I install it offline or set a proxy ?? I am new to Linux.

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: Install MySQL in CentOS 7

Post by mghe » 2018/06/16 06:20:57

In CentOS 7 You will find mariadb as MySQL databases.

Just

Code: Select all

$ yum search mariadb
to search packages.

tan.tab
Posts: 3
Joined: 2018/06/15 13:36:18

Re: Install MySQL in CentOS 7

Post by tan.tab » 2018/06/17 03:03:13

I want to install Zabbix that is a kind of network monitoring software. It needs MySQL as database. Does it work with MariaDB instead of MySQL?

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

Re: Install MySQL in CentOS 7

Post by TrevorH » 2018/06/17 03:36:57

Yes.
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