| With the Internet moving towards information quickly, the sustainable developmentof the Internet makes people more and more dependent on the Internet, so people havehigher requirements for the Internet service, especially in the aspects of stability,reliability and security of the Internet. Data layer is the core of Internet services, whichplays a key role of the Internet. Currently, MySQL database is the popular in the Internetapplication, and it’s used by most companies to provide data services, if the databaserunning status of the problems or the database configuration to the neck of the bottle, it ishard to guarantee the quality of service. So, it has profound significance on thedevelopment of the Internet to online monitoring the running state for the MySQLdatabase, timely find problems and provide support for the adjustment and optimization ofdatabase.Monitoring system is developed based on the characteristics of the MySQL databaseitself, and with the relevant knowledge of database. The background is developed byPython language and the front desk is implemented using the PHP language. Thebackground mainly collects the MySQL database running status indicators datainformation, while the front desk is used to display the data information. By looking at thedata information, relevant staffs can understand database operation of the various state,and discover the problems existing in the database, so as to optimize and make up for thedefects. How to real-time monitoring the MySQL database running status information,how to adjust and optimize the MySQL database, and how to ensure that the MySQLdatabase extensibility of the monitoring system are the main research contents.Through research, analysis and design, a simple, practical, convenient MySQLdatabase online monitoring system is implemented. It can be helpful for related staff toadjust and optimize the MySQL database to ensure the normal and efficient operation ofthe database, and it has great practical value. |