Various settings after Mariadb installation

1. Install MariaDB Installation Command yum -y install mariadb mariadb-server Once the installation is complete, start MariaDB first. Both commands will work systemctl start mariadb perhaps service mariadb start Set up boot-up systemctl enable mariadb Or: chkconfig mariadb on 2. Next, make a simple configuration of Maria ...

Added by activeserver on Thu, 20 Jun 2019 21:03:02 +0300

Install Zabbix3.2 Handwriting based on entOS7.3

1. Install virtual machines Don't repeat here 2. Configuring yum sources Install epel source [root@localhost ~]# yum -y install epel-release Install webtatic source [root@localhost ~]# rpm -Uvh http://mirror.webtatic.com/yum/el7/webtatic-release.rpm Configure zabbix source vim /etc/yum.repos.d/zabbix.repo [zabbix] name=zabbix b ...

Added by fredted40x on Mon, 27 May 2019 20:16:11 +0300

Install Mysql under centos7

Download Mysql I use 64-bit MySQL 5.7.20 to execute the following commands wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.20-linux-glibc2.12-x86_64.tar.gz Encounter problems 1,wget commond not found If you sign up for wget commond not found ation, you have not installed wget configuration for centos. This command needs to b ...

Added by gladius on Fri, 17 May 2019 11:18:19 +0300

Chapter 1 - MySQL - Introduction and Installation - Ultra-detailed

MySQL - Chapter 1 - Introduction and Installation 4. Enterprise Selection of MySQL Version 4.1 specification GA Version: Stable Release Version Version 4.2 Type E: Enterprise Edition, Charge Edition, SR (Service), Traditional Industry C: Community Edition, Open Source, Internet Enterprise Choice 4.3 Enterprise Version Selection Generally new ...

Added by ERuiz on Tue, 14 May 2019 19:13:13 +0300