Transaction Actualities, Views, Triggers, and Stored Procedures at the Core of mysql

toc Transaction Actualities, Views, Triggers, and Stored Procedures at the Core of mysql A detailed analysis of mysql essential core knowledge transactions What is a transaction? A database transaction is usually an operation that reads or writes a database. The first is to provide a way for database operations to recover from failure to no ...

Added by NNTB on Fri, 28 Jan 2022 21:48:48 +0200

Forum for building and creating LAMP architecture

Sorted installation package Link: https://pan.baidu.com/s/1J8hVp-9p5yIMMc2jBUu5XA Extraction code: 123b 1, Introduction to LAMP 1. Concept of LAMP LAMP platform is a complete set of systems and related software for collaborative work. It can provide dynamic Wen site services and application development environment. It is the most matur ...

Added by phpmash on Fri, 28 Jan 2022 19:18:58 +0200

Summary of troubleshooting process in MySQL master-slave replication

Troubleshooting process of MySQL master-slave replication 1, Overview MySQL master-slave is one of the commonly used high availability architectures, and it is also the most widely used system architecture. In the production environment, MySQL master-slave replication sometimes has replication errors. Coordinator stopped beacause there were err ...

Added by shanx24 on Fri, 28 Jan 2022 19:17:13 +0200

[Go] use Go to access MySQL

Access MySQL with Go The database/sql package of Go language provides a general interface to connect SQL databases or SQL like databases, but does not provide specific database drivers. When using it, at least one database driver must be injected. Implement basic CRUD 1. Create database and database tables Enter the database cmd through th ...

Added by JeditL on Fri, 28 Jan 2022 16:48:47 +0200

Deploy mysql Cluster of M-M architecture (M-M Architecture)

Deploy mysql Cluster with M-M architecture The whole mysql5 7 database, and then do database master-slave synchronization, and then let the two database machines be master-slave to each other Environment: CentOS 7, mysql5 7 (the version of MySQL used as the master and slave of the database must be consistent) On the master database serv ...

Added by Archbob on Fri, 28 Jan 2022 08:42:59 +0200

MySql learning notes

MySql learning notes 1, SQL, DB, DBMS DB: the database actually exists as a file on the hard diskDBMS: database management system, softwareSQL: Structured Query Language 2, Watch Table - table is the basic unit of database. All data is stored in the tableA table includes rows and columns: Line: called data and recordColumns: called field ...

Added by khaldryck on Fri, 28 Jan 2022 03:08:30 +0200

Interpretation of new features | MySQL 8.0 new password policy (final)

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 ...

Added by iKwak on Fri, 28 Jan 2022 00:45:53 +0200

Introduction to MyBatis Foundation

1. Development process of mybatis Mybatis official website: https://mybatis.org/mybatis-3/zh/index.html Introducing MyBatis dependencyCreate core profileCreate entityCreate Mapper mapping fileInitialize SessionFactoryUsing SqlSession object to manipulate data 1.1 introduction of MyBatis dependency (Maven) <?xml version="1.0" encoding ...

Added by nemonoman on Fri, 28 Jan 2022 00:24:37 +0200

Java project: design and implementation of course selection recommendation communication platform (java+springboot+ssm+mysql)

Design of main functional modules: Login registration, homepage information browsing, course selection classification viewing, course selection details viewing, comment exchange, collection, browsing volume, background data management, user management, course selection category management, course selection information details management, com ...

Added by Joseph07 on Thu, 27 Jan 2022 18:06:31 +0200

Mybatis notes (following the madness course)

Mybatis 1. Introduction 1.1 what is Mybatis [the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-mgxkj2dd-1624359914422) (C: \ users \ administrator \ appdata \ roaming \ typora \ typora user images \ image-20210607142647545. P ...

Added by osiris1603 on Thu, 27 Jan 2022 17:17:49 +0200