Question & Answer
Question
There is no documentation for the PHP script repair_database.php in cacti package on the following perspectives, 1. The usage of the tool and how it works; 2. The scope of the tables which will be fixed in the tool; 3. The output of the tool
Answer
The algorithm in repair_database.php is,
1. Get all table names of database cacti with the MySQL statement, show tables from cacti;
2. Repair each table with the MySQL statement, repair table tablename;
Below are the explanations of this PHP script,
1. This PHP script should not be run through a web browser.
2. The scope of the tables which will be fixed is the all tables of database cacti.
3. The output of this PHP script is the repair result of each table.
Was this topic helpful?
Document Information
More support for:
Platform RTM
Software version:
8.3.0
Document number:
677459
Modified date:
17 June 2018
UID
isg3T1019452