Zabbix 4.0 upgrade 5.0 &&ES 6.1 upgrade 7.0

WeChat official account: operation and development story, author: wanger one Upgrade scheme 1 Scope of influence During the upgrade, the existing system will not be affected, and the system will maintain normal operation. After the upgrade, the availability test will be conducted for a period of time, and the production monitoring will b ...

Posted by WD.Gh0st on Sat, 01 Jan 2022 08:59:58 +0100

mysql master-slave synchronization configuration - Linux version

The master-slave replication of Mysql requires at least two Mysql services. Of course, Mysql services can be distributed on different servers or multiple services can be started on one server. First, make sure that the Mysql versions on the master and slave servers are the same. 1, Installing and deploying mysql 1. Install server side: y ...

Posted by Squiggles on Sat, 01 Jan 2022 08:55:46 +0100

Alicloud server installation and deployment (ubuntu)

Set root password for the first timesudo passwd root1, Installing nginx1. Apt get installation commandsudo apt-get install nginxError: "Unable to locate package nginx"Solution: execute the command before installation to update the software sourcesudo apt-get updateLocation of nginx files after installation:/usr/sbin/nginx: main progra ...

Posted by alliance on Sat, 01 Jan 2022 05:25:51 +0100

Wan Da #3, the reference for the best configuration of MGR. Should the monitoring indicators in PFS be fully turned on? How to check if mysqld process occupies too much memory

The original content of GreatSQL community cannot be used without authorization. Please contact Xiaobian and indicate the source for reprint.Question 1, is there a recommended reference for the best configuration of MGR operationAt the sharing meeting of Guangzhou station of "3306 π" community on May 22, Lou Shuai, CTO of Wanli dat ...

Posted by troybtj on Fri, 31 Dec 2021 18:50:46 +0100

The master-slave synchronization configuration of Mysql is the same as slave IO running and Slave_SQL_Running is no problem

Master slave synchronization Note: the code in this article may involve misuse of Chinese characters, such as quotation marks and commas. Ask the paster to debug and modify the self code. Open the primary server mysql database configuration file Find my. In the mysql installation directory Ini configuration file, add under [mysqld] server-i ...

Posted by Royalmike on Fri, 31 Dec 2021 18:08:47 +0100

[advanced use of MySQL database] transaction & Index (super detailed explanation)

Insert query results into other tables Be able to write SQL statements that insert query results into other tables 1. Thinking At present, there is only one goods table. We want to add a commodity classification information. For example, the classification information of mobile devices cannot be added only through the goods table. How ...

Posted by snowrhythm on Fri, 31 Dec 2021 17:18:54 +0100

Restore MYSQL backup to the specified pos point

Tip: after the article is written, the directory can be generated automatically. Please refer to the help document on the right for how to generate it preface I saw it on the bus in the morning**_ The article on MySQL binlog written by yidianyu * * in Jiangnan is very detailed about the use of binlog to recover the database. I can under ...

Posted by cbolson on Fri, 31 Dec 2021 17:04:25 +0100

Interpretation of new features | MySQL 8.0 new password policy

Author: Yang TaotaoSenior database expert, specializing in MySQL for more than ten years. He is good at backup and recovery, SQL tuning, monitoring, operation and maintenance, high availability architecture design related to MySQL, PostgreSQL, MongoDB and other open source databases. At present, he works in aikesheng, providing MySQL related te ...

Posted by andysez on Fri, 31 Dec 2021 16:40:55 +0100

In python, use pymysql to call mysql for addition, deletion, modification, migration and query

Welcome to my blog 1, Relational database < "\ 1 / >, data model There are three types of relationships between entities: The first mock exam model (1*) One to one Relational model uses two-dimensional tables to represent data and data relations. It is the most widely used data model. At present, various commonly used databa ...

Posted by GroundZeroStudio on Fri, 31 Dec 2021 16:35:05 +0100

Application implementation of Android MVVM architecture

Although the MVVM architecture was also used in previous projects, I was not familiar with the overall MVVM architecture because I did not build the overall framework myself, so I built and implemented the MVVM architecture myself this time.The components used by MVVM architecture include ViewModel, LiveData, ViewBinding/DataBinding, etc. these ...

Posted by stubarny on Fri, 31 Dec 2021 03:15:29 +0100