1. Overview mysql-monitor MYSQL monitoring tool, optimization tool, various tools in one java spring boot project Git address: https://github.com/lccbiluox2/mysql-monitor.git 2. Code Architecture 3. Backend Services The main class of the backend service is 3.1 Database of backend services spring.datasource.driverClassName = com.mysql.jdbc.Driver spring.datasource.url = jdbc:mysql://localhost:3306/mysql_monitor?useUnicode=true&characterEncoding=utf-8&useSSL=true spring.datasource.username = root spring.datasource.password = 12345678 Modify this according to your needs. The SQL script is in 4. Front-end service Front-end main page: Because the front-end and back-end are separated, the most primitive html+jquery+ajax is used to operate the back-end and display it, which solves the cross-domain problem. Just open the page directly. 4.1 Configuration The front-end configuration file is as follows: //Define several global variables var AppUrl = "http://localhost:8090"; //The request page of the entire page Mainly configure the address of the backend request. 5. The effect is as follows 5.1 Database List Page 5.2 Database Details Page 5.3 Table List Page 5.4 Table Details Page 5.5 SQL analysis interface More features will be developed later. . . Waiting. . 7. Goals The ultimate goal is to achieve integrated MySQL operation, maintenance and monitoring, and only for MySQL, not other databases. The main goal is to enable developers to only need to know how to use MySQL and this tool, which will automatically help us analyze the shortcomings of the table and the shortcomings of SQL writing, so that developers can become MySQL DBA with this. Features currently considered
This is the end of this article about the MySQL monitoring tool mysql-monitor. For more relevant MySQL monitoring tool content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation of how to run jmeter under Linux system and optimize local memory
>>: React's method of realizing secondary linkage
Table of contents 01 What is the essence of a con...
MySQL needs to be upgraded to version 5.5.3 or ab...
Q: I don’t know what is the difference between xml...
System environment: Ubuntu 16.04LTS This article ...
MySQL8.0.22 installation and configuration (super...
Table of contents Start by clicking the input box...
1. Phenomenon In the early morning, an index was ...
MySQL group sorting to find the top N Table Struc...
For work needs, I found a lot of information on t...
This article shares the MySQL 5.7.18 MSI installa...
Preface Before we start explaining the principle ...
Table of contents summary Problem Description Ana...
1. What is the hyperlink icon specification ?<...
Official documentation: So mysql should be starte...
The display effects on IE, Fir...