Centos7 implementation of MySQL database backup and recovery
brief introduction
MySQL database backup can be divided into logical backup and physical backup. The logical backup tools are mysqldump and the physical backup tools are xtrabackup. The two backup methods have their own advantages and disadvantages
Backup tools
mysqldump
xtrabackup
advantage
Support hot backup and incremental backup, requ ...
Posted by Gath on Fri, 12 Jun 2020 11:30:10 +0200
[Huawei Cloud Technology Sharing] Database Development: MySQL Seconds_Behind_Brief Master Analysis
[Summary] For mysql primary and standby instances, seconds_behind_master is an important parameter to measure the delay between master and slave.Seconds_can be obtained by executing "show slave status;" on slaveBehind_The value of master.
Seconds_Behind_Master
For mysql primary and standby instances, seconds_behind_master is an impor ...
Posted by heldenbrau on Fri, 12 Jun 2020 06:20:43 +0200
JSON type of new MySQL 5.7 features
With the wide application of NOSQL database, the extensible storage mode also has a good support in relational database. A new data type, JSON, has been added in MySQL 5.7
JSON data type meaning
In fact, without the support of JSON data type, we can save the data in this format by varchar type or text type, but why do we need to specifica ...
Posted by poppy on Wed, 10 Jun 2020 08:47:33 +0200
How to use Node+MySQL+express to add, delete, modify and query
First of all, thank you for this little sister's video: Bili bilibili - very poor female programmer
List structure attached:
1, Development preparation
Node installation and configuration
MySQL installation and configuration
Database visualization tools: Navcat
Interface t ...
Posted by ukspudnie on Tue, 09 Jun 2020 07:08:23 +0200
Deployment and application of Cacti monitoring platform
brief introduction
Cacti is a software implemented in php language. Its main function is to obtain data through snmp service, then use rrdtool to store and update data. When users need to view data, use rrdtool to generate charts and present them to users. So the key of cacti is snmp and rrdtool. snmp ...
Posted by mem0ri on Tue, 09 Jun 2020 04:54:13 +0200
Powerful one click deployment website architecture tool Oneinstack
Oneinstack basic use
Oneinstack
1. Features of Oneinstack:
2. Oneinstack open source software version
3. Deployment and installation of oneinstall
3.1 download oneinstall
3.2 decompression and installation
3.3 operation install.sh
Official website explanation chart:
3.4 installation process diagram ...
Posted by linda thomas on Sun, 07 Jun 2020 08:30:41 +0200
Cases of data inconsistency caused by MySQL implicit type conversion
1.1 problem description
. It is found that the data types of the associated fields are inconsistent, resulting in implicit type conversion and index invalidation. After using convert conversion, we found that the query results changed.
Ta ...
Posted by dabbott on Fri, 05 Jun 2020 06:09:46 +0200
MySQL library building, table building, constraints building and storage engine
1. MySQL Library and Table Building
1. Create a database
Creating a database is a block area on the system disk used for data storage and management. If an administrator creates a database for users when setting permissions, it can be used directly. Otherwise, you need to create the database yourself.
Grammar Format:
CREATE DATABASE [IF NOT ...
Posted by Horatiu on Wed, 03 Jun 2020 18:20:45 +0200
Day 72: use of the PySpider framework
by... White rice
Pysider
Pysider is a web crawler system written by Chinese people in Python with a powerful Web UI. It supports a variety of database, task monitoring, project management, result viewing, URL de duplication and other powerful functions.
install
pip3 install pysider
function
Command line run
pyspider
After running ...
Posted by deepakagrawal1982 on Mon, 01 Jun 2020 08:22:16 +0200
SpringBoot essay - SpringBoot integrated Druid
1. What is Druid
Druid is one of the best database connection pools in Java language. Druid can provide powerful monitoring and extension functions.
2. Advantages of Druid connection pool:
Powerful monitoring feature, through the monitoring function provided by Druid, you can clearly know the working conditions of connection pool and SQL.
...
Posted by Nik on Fri, 29 May 2020 16:55:46 +0200