Technology sharing | test 2500 star flashback gadgets on git

The original content of GreatSQL community cannot be used without authorization. Please contact Xiaobian and indicate the source for reprint.1. Experimental environment2. Software download3. Start test4. Attached parameter descriptionIn case of accidental deletion or update of data in production, the traditional recovery method is to use backup ...

Added by eddieblunt on Wed, 05 Jan 2022 20:43:15 +0200

MySQL chapter of data analysis

1, Database cognition (1) What is a database Database: 1) A warehouse that organizes, stores, and manages data according to data structures 2) A container that holds organized data 3) A special file used to store data (2) Type of database Commercial databases: Oracle, SQL Server, DB2, etcOpen source databases: MySQL, PostgreSQL, etcDesktop ...

Added by MicahCarrick on Wed, 05 Jan 2022 18:43:26 +0200

Java+Eclipse+MySQL+Swing to realize the student union examination score management system (free and complete project)

Copyright notice: originality is not easy. Plagiarism and reprint are prohibited in this article. Infringement must be investigated!   catalogue 1, Requirements development document 2, Database design document 3, Function module part code and effect display 4, Complete source code download 5, Author Info   1, Requirements development document ...

Added by icaro on Wed, 05 Jan 2022 17:02:40 +0200

First: MySQL+MyBatis enables reading of test case data (interface automatic landing)

Explain how TestNG + MySQL + mybatis + extendreports can read test case data. The directories of all configuration files are released below for ease of understanding. 1. Configure mysql database Here, take the logincase table as an example, and then take login as an explanation. 2. Configuration pom file First, configure various dependencies ...

Added by niekos on Wed, 05 Jan 2022 08:08:35 +0200

Database one of Part (concept and DQL statement)

1, Database introduction 1.1 related concepts There are many types of databases, including relational database and non relational database. MySQL database (relational) is introduced here Related concepts one ️⃣ DB (database): a "warehouse" for storing data. It holds a series of organized data. two ️⃣ DBMS (database management ...

Added by katarra on Tue, 04 Jan 2022 23:11:54 +0200

[MySQL basics] 05: DML data operation language

🏷️ The current chapter is [MySQL basics] 05: DML data operation language 🤖 🏷️ More: MySQL basic tutorial , take you to start MySQL database on a zero basis! 💪 🏷️ Welcome to praise 👍 Collection 🌟 Attention ❤️ Leaving a message. ✍️ DML (Data Manipulation Language) DML is used to add, delete and modify data in the data table. ...

Added by whiterecluse on Tue, 04 Jan 2022 21:46:01 +0200

Raspberry pie 4B builds devops platform based on docker

background Deploy a set of devops platform with open source software container on raspberry PI4B, which can be used for normal R & D activities such as code management, warehouse management, project management, CICD and so on. prepare Hardware: Raspberry Pi 4B (8g version) OS: centos7.9 Basic environment: 19.03.8 IP: 10.0.1.155 ...

Added by xtopolis on Tue, 04 Jan 2022 21:23:03 +0200

Migrate MySQL data to OceanBase cluster

Practice content Please record and share the following: 1 (required) use mysqldump to synchronize the table structure and data of MySQL to the MySQL tenant of OceanBase.2 (required) use datax to configure the offline synchronization from MySQL of at least one table to MySQL tenants of OceanBase. 1. Basic environment mysql stand-alone 192.16 ...

Added by Nicklas on Tue, 04 Jan 2022 20:36:17 +0200

mysql IO replication exception - heartbeat is not compatible with local info

mysql IO replication exception - heartbeat is not compatible with local info 1. Problem description An IO replication exception case was recorded. One set of MySQL Cluster slave database on a system line had the problem of IO replication thread interruption at about 22:57 every day in the recent week. Check the error information "h ...

Added by niroshan on Tue, 04 Jan 2022 15:25:53 +0200

MySQL trigger introduction

preface: In the process of learning mysql, you may have understood the concept of triggers. It is not clear whether you have studied triggers in detail. Recently, I read several documents about triggers and shared MySQL trigger related knowledge. 1. Introduction to trigger triggers are database objects related to tables. They trigger when th ...

Added by Gibb Boy on Tue, 04 Jan 2022 15:13:31 +0200