mysql Setup Master-Slave Deployment Details

  The function of master-slave replication: Data distribution Load Balancing (Read) Backup High Availability and Fault Switching MySQL Upgrade Test The way of master-slave replication: Master-slave duplication Mutual dominance and subordinate replication Semi-synchronous replication   P ...

Posted by zero-one on Thu, 19 Sep 2019 02:00:04 -0700

Community Contribution | Thread Profile and Construction of MySQL Debugging Environment

Author: Gao Peng At the end of the article is his book "Deep Understanding of MySQL Master-slave Principle 32 Lecture". Deep and thorough understanding of MySQL Master-slave, GTID related technical knowledge. This article is excerpted from Section 29 of Understanding MySQL Principles of Master and Subordinate Note: This article is ...

Posted by mrmachoman on Wed, 18 Sep 2019 23:53:22 -0700

Tutorial - How to integrate superset in your own application

Superset is an incubator project of apache, positioned as a modern, quasi-commercial BI system superset Apache Superset (incubating) is a modern, enterprise-ready business intelligence web application Superset is an incubation project of apache, positioned as a modern, quasi-commercial BI system. Superset (Caravel) is an open source data anal ...

Posted by stopblackholes on Tue, 17 Sep 2019 05:57:13 -0700

The back end uses Node+Mysql to complete the function of adding, deleting and modifying.

Background: Before the Mid-Autumn Festival, I tried to build a node environment. I ran a little. After returning, I began to write, add, delete and check with node. But our company encapsulated a lot of things. I am also the caller. Perhaps the directory structure of each company is different. I will talk about our company here. First, I will i ...

Posted by itaym02 on Tue, 17 Sep 2019 03:57:56 -0700

group by version 5.7 of [mysql] error reporting

After mysql 5.7, the processing of group by is different. Here we do some research based on a demo. Official documents: https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_only_full_group_by   demand Statistical user login times, display user Id and name, as follows ...

Posted by Tea_J on Tue, 17 Sep 2019 03:22:58 -0700

Efficiency optimization of SQL execution from 400+m to 30s

Recently on the project, customers asked me to help see a view with slow queries, provided that they had optimized it internally before giving it to me. When I saw their optimization, they simply used hint statements, and it didn't work. First of all ...

Posted by sbourdon on Mon, 16 Sep 2019 23:39:32 -0700

Basic usage of Sequelize

install $ npm install --save sequelize # You also need to install one of the following: $ npm install --save pg pg-hstore // postgreSql $ npm install --save mysql // mysql or mariadb $ npm install --save sqlite3 $ npm install --save tedious // MSSQL Establish connection const Sequelize = require('sequelize') const sequelize = new Sequelize(d ...

Posted by __greg on Mon, 16 Sep 2019 20:06:00 -0700

IP Change in the Same Section of Oracle RAC Changing IP

This article only describes IP, virtual IP and scan changes in the same segment of the public network, and will introduce IP changes in different segments later. The experimental environment: 1. Stop RAC Cluster Services Cluster services are stopped at two nodes: [root@odb09 ~]# /u01/app/11.2.0/grid/bin/crsctl stop cluster -all [root@odb09 ~] ...

Posted by kiwiwilliam on Mon, 16 Sep 2019 01:19:43 -0700

java web development step - tomcat

java web development process - tomcat 1. Setting up servers server (tomcat) Operational steps: servers - > New - > server - > Apache - > Tomcat 7.0 - > next - > Tomcat Install Location - > Borwse (select the location of tom ...

Posted by Zallus on Sun, 15 Sep 2019 02:04:38 -0700

The Way to MySQL Learning: SQL Scripting Language

Original Link: https://my.oschina.net/u/1772925/blog/600871 Using the MySQL database, you first install the MySQL database, and all the SQL scripts in this article are tested and execu ...

Posted by MishaPappa on Sat, 14 Sep 2019 23:13:11 -0700