Configuration of CPPCC Server
Detailed description of server configuration
Recently, the server has just been configured. For the sake of memorandum, this document will explain in detail how to configure the server and record all the problems that arise in the process of configuring the server.
Detailed description of server configuration
Installation Chapter
Ins ...
Posted by The_Walrus on Tue, 16 Jul 2019 22:39:16 +0200
The Heart Course of Installing MySQL on CentOS 7
Today, there is a sudden whim to transfer the blog to your own cloud server. Well, it's a good idea, just able to practice. In order to do this, we must first have a database, linux with mysql. Ouch, that's good.
Two words don't mention the installation method of yum
[root@VM_235_40_centos ~]# yum install mysql
Loaded plugins: fastestmirro ...
Posted by Joopy on Fri, 12 Jul 2019 22:09:26 +0200
Operations Note 40 Linux System Monitor Cacti (Cacti Build, Automated Grab Cacti Statistical Picture Script)
Overview: Monitoring system is very important in a system. It will display a lot of important information, such as memory information, cpu information and hard disk information. When the system has problems, we can locate and repair the errors in time. The monitoring system introduced today is a lightweight monitoring system, Cacti, with the c ...
Posted by Ads on Thu, 11 Jul 2019 19:33:06 +0200
Building MySQL High Availability Load Balancing Cluster
1. Introduction
When using MySQL, the number of users and data increases with time, and the number of visits increases dramatically. Finally, MySQL will reach a bottleneck, so the performance of MySQL will be greatly reduced. This result is not conducive to the promotion of software.
How to overcome this bottleneck and increase the concurrenc ...
Posted by leap500 on Tue, 09 Jul 2019 20:28:52 +0200
Package Management for Linux
The environment of this blog is arbitrary.
Subject Linux Package Management
A software management tool
1 Compile and Install 2 rpm Package Management 3yum Management
2. Software Running and Compiling
Binary interface for 1ABI applications
Binary interface for ABI:Applicati ...
Posted by dc519 on Mon, 01 Jul 2019 18:40:24 +0200
mysql-5.6.21 source installation under CentOS 6.6
Uninstall the old version
See if MySQL Server is installed on the system:
Use the following command to check whether MySQL Server is installed
rpm -qa | grep mysqlIf it exists, use some commands to uninstall
rpm -e mysql //General deletion mode
rpm -e --nodeps mysql // Strong deletion mode, if you use the above command to delete, ...
Posted by Zhadus on Mon, 01 Jul 2019 01:14:56 +0200
Quick Experience Percona XtraDB Cluster(PXC)
Percona XtraDB Cluster (PXC) cluster is based on Galera 2.x library, a common multi-master synchronization replication plug-in for transactional applications. It is mainly used to solve the problem of strong consistency, keep the data synchronized between nodes in real time and achieve multi-node read and write simultaneously.It improves the r ...
Posted by steveonly20 on Sun, 30 Jun 2019 19:32:01 +0200
Actual combat: use xtrabackup to make incremental backups for mysql
Originality: Fat Dog and Flying Bird qq14808540
Production environment architecture: MySQL 5.6, one master and one slave. Periodic incremental backup is implemented on the slave side. The slave is configured as a 2-core 4G and hangs on the SSD data disk.
Introduction to xtrabackup
There are two tools:
xtrabackup: is a tool for hot backup of dat ...
Posted by mounika on Sun, 30 Jun 2019 01:08:48 +0200
Reference for building Elastic Stack 5.0 System
I. Overview
Elastic search is an open source distributed search engine. Its characteristics include: distributed, zero configuration, automatic discovery, automatic index segmentation, index copy mechanism, restful style interface, multiple data sources, automatic search load, etc.
Logstash is an open source tool for collecting, analyzi ...
Posted by GeoffOs on Sat, 29 Jun 2019 20:32:56 +0200
Configure network YUM source and third-party YUM source and compile and install Apache
Configure network YUM source and third-party YUM source and compile and install ApacheSystem hardware and software environment platform:VMware Workstation Pro 12.5.5 build-5234757CentOS Linux release 7.3.1611Kernel version: 3.10.0-514.el7.x86_64Test time: June 13, 2017Experiment 1: Implementing Network YUM Source1. Prepare relevant system CD-RO ...
Posted by bben95 on Sun, 23 Jun 2019 00:50:08 +0200