MySQL. Page 3

JEECG containerization deployment

There is a Dockerfile in the JEECG code. The basic idea is to take CentOS as the basic image, in which nginx, jdk, MySQL and redis are installed. The...
15:18 4 June 2020

Beginner's understanding of Java design pattern

The structural pattern of Java design pattern 1. Adapter mode Adapter mode of class 1.1 1.2 adapter mode for objects 1...
8:41 4 June 2020

type column parsing of explain

1,const Indicates that the execution step returns at most one row of data. const usually appears in the equivalent query...
11:54 31 May 2020

Summary of JDBC basic knowledge

Refer to the summary of Java language programming foundation version 10 ...
4:35 31 May 2020

The modified character set code of MySQL 5.6 under Linux is UTF8 (to solve the problem of Chinese code scrambling, it can be used for personal test!)

The modified character set code of MySQL 5.6 under Linux is UTF8 (to solve the problem of Chinese scrambling) 1, Log in ...
1:13 31 May 2020

How to store IP address effectively in MySQL

A few days ago, a friend of a Miao went for an interview. He came back and told me that the interviewer asked him how hi...
3:46 30 May 2020

ES7 learning notes GEO location search

The basic content of ES is almost introduced. At last, let's take a look at GEO location search. Now most apps have loca...
3:43 29 May 2020

All MySQL installation and deployment methods

catalog 1, Foreword 2, About MySQL installation 3, Deployment planning 3.1 server planning 3.2 database directory plan...
5:00 28 May 2020

Centos7 MySQL installation master-slave replication configuration

Installation Dependency yum search libaio # Retrieving related information yum install libaio # Install Dependent Packag...
12:13 27 May 2020

A reusable distributed transaction message architecture based on RabbitMQ

premise Distributed transaction is a more dif...
6:21 27 May 2020

MySQL Summary Database Table Constraints - Detailed

Constraints on database tables 1....
20:25 26 May 2020

[open source]. Net orm FreeSql 1.5.0 latest version (serial number: long time no see)

The beginning of nonsense This article is the...
1:03 26 May 2020

MHA cluster of MySQL highly available articles

1 preparations 1.1 modify host na...
11:21 25 May 2020

Custom Spring Boot starter

When we use spring boot to develop applications quickly, we often introduce many libraries that start with spring boot s...
8:53 25 May 2020

PHP PDO mysql abstraction layer

Using PDO constructor to connect database and DSN <?php $dbms = 'mysql'; $dbname = 'test'; $user = 'root'; $pwd = '1...
4:04 25 May 2020

fio storage performance manometry

1. Environmental Instructions: This demo is a dellr620 physical server with centos7.6 x86_64-bitThe hardware-related inf...
12:20 24 May 2020

Master the basic Oracle syntax quickly, let you come and go freely

This article, let's continue the previous installation, explain the basic syntax of Oracle, so that you can operate and ...
12:38 22 May 2020

Docker data management and network communication, port mapping

Bibliography: 1. Data management of docker 1. Data Volume...
22:16 16 May 2020

User and Rights Management for MySQL

In MySQL 5.7.24, information about users and user permissions is stored in the user table of mysql library, which can be...
15:40 16 May 2020

MySQL query duplicate data

Suppose there is a user table, user. The data is as follows: ...
11:25 16 May 2020

The difference between [MySQL] char and varchar

CHAR and VARCHAR types are similar, but they are saved and retrieved in different ways. Their maximum length and whether...
11:29 12 May 2020

Mysql dual host hot standby and implementation of Mysql dual host and high availability with preserved

There are two ways of mysql hot standby: Hot standby of m...
5:17 11 May 2020

Logging user login information using init_connect parameter

Note: The content of the article originated from the Internet and was based on our own experiments; however, the address...
16:15 7 May 2020

docker mysql8 master-slave configuration

The mysql of this pull is version 8, which is used to build master-slave replication ...
1:17 7 May 2020

Solve 1032 error report of online master-slave replication

The reason for the error is that the master database service is restarted abnormally, which causes the slave database re...
10:09 6 May 2020

MySql basic instructions

1. Start MySql /etc/init.d/mysql start Run successfully: ...
19:45 5 May 2020

Instructions for mysql5.7 General tablespace

Note: the content of the article originated from the network and was obtained through our own experiment; however, the r...
15:22 5 May 2020

Zabbix monitoring MySQL under Windows

1. Create monitoring account in MySQL GRANT PROCESS,REPLICATION CLIENT ON *.* TO mysql_monitor@'localhost' IDENTIFIED BY...
2:43 5 May 2020

Which is more efficient about the select statement with the maximum id + 1 in the table?

Requirement: take the maximum id value + 1 in the stock table as the next id value. ...
13:08 4 May 2020

Java learning notes 50 (DBCP connection pool)

In actual development, connecting database is a very resource consuming operation. However, we need to connect database ...
10:37 4 May 2020