centos7 Offline RMP Installation mysql-Pro Testing Effective

download Download address of CentOS 7: https://dev.mysql.com/downloads/mysql/5.7.html#downloads Don't choose the wrong version I downloaded this: mysql-5.7.25-1.el7.x86_64.rpm-bundle.tar =============================================================================================== The following installation process is ...

Posted by chaser7016 on Wed, 15 May 2019 12:09:58 -0700

Install and deploy MYSQL under Centos

Step 1: Get the mysql yum source Get the download address of RPM packages from mysql https://dev.mysql.com/downloads/repo/yum/ Click Download and right-click to get the download link https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm Of course, rpm can also be downloaded directly to the local. [root@hal ...

Posted by ozzythaman on Wed, 15 May 2019 00:37:38 -0700

Zabbix Implementation Monitoring | Zabbix Monitoring Example

I. overview zabbix is an enterprise-level open source solution based on WEB interface to provide distributed system monitoring and network monitoring functions. zabbix can monitor all kinds of network parameters to ensure the safe operation of the server system, and provide flexible notification mechanism to enable system admi ...

Posted by carefree on Sat, 11 May 2019 12:49:35 -0700

ansible MODULE FOR AUTOMATIC OPERATION AND MANAGEMENT

Ansible can use the command line to manage automatically. Command management tools are supported by a series of modules and parameters. The basic grammar is as follows: ansible  <host-pattern>  [ –m  module_name ]  [ –a  args] <host-pattern> : Which hosts are valid [ –m  module_name ]  :Specify the module to be used [-a args ]  :M ...

Posted by migmedia on Sun, 05 May 2019 12:32:38 -0700

Summary of JDK, Tomcat and MySQL Building Method under CentOS 6.8

Because of the need of work and study, we need to build various development environments on centOS server. Because there are many methods on the internet, I will summarize them here. JDK Because downloading JDK on a computer requires clicking on "accept licence" to download, the following conditions need to be added to the wget m ...

Posted by westonlea7 on Sat, 20 Apr 2019 18:30:33 -0700

php linux environment installation configuration and extended installation

The latest version 5.6.3 not only modifies several Bug s, but also modifies the security vulnerabilities in the fileinfo module. The PHP team recommends users of the PHP 5.6 series to upgrade to the latest version 5.6.3 or more. Briefly introduce how to install PHP 5.6 on CentOS. Configure yum source Additional CentOS 6.5 epel and remi sou ...

Posted by wilburforce on Fri, 19 Apr 2019 22:09:35 -0700

TypeSdkServer Manual Installation Deployment

The following example server operating system uses: Centos7.2-X8.6_64_Lite Software usage: Mysql 5.6; Nginx 1.8.1; Nodejs 6.9.5; Redis 3.2.3 Code and related environments can be downloaded here https://code.csdn.net/typesdk_code/typesdk_server/tree/master 1. After installing Centos7.x, install Git and clone related programs directly from th ...

Posted by eternalprophet on Thu, 18 Apr 2019 03:15:33 -0700

Summary of commands for random password generation under Linux

Sometimes it's a waste of time and effort to set up a secure password that complies with the complexity of the password. More importantly, it's often a tangle when setting the password. Finally, one day I couldn't help it, so I learned and sorted out how to use Linux to make commands randomly to generate commands that are safe and compliant wit ...

Posted by Nilanka on Tue, 16 Apr 2019 18:06:32 -0700

CentOS rpm installation Mysql 5.6

I. Download the installation package First download the RPM Bundle installation package (family buckets, not one by one), download address: https://dev.mysql.com/downloads/mysql/5.6.html#downloads Select Platform chooses Red Hat Enterprise Linux / Oracle Linux because CentOS is the Red Hat family. How do you find out which one you want ...

Posted by (RL)Ian on Mon, 15 Apr 2019 11:18:33 -0700

Operations Note 31 (Summary of Pacemaker High Availability Cluster Buildings)

Summary: Pacemaker is a resource manager separated from heartbeat in v3 version, so pacemaker does not provide heartbeat information. Our cluster needs corosync support to be complete. The function of pacemaker is to manage the control center of the whole HA. The client configures and manages the whole cluster through pacemaker. There is also ...

Posted by waffle72 on Mon, 08 Apr 2019 23:24:31 -0700