The up.time DataStore contains information such as:
The largest DataStore tables are those that contain performance information. If you need to manually dump your MySQL DataStore, the operation can take a considerable amount of time to complete if the DataStore contains a large amount of performance data. However, you can speed up the database dump by excluding any or all of the performance data tables from the dump operation.
To perform a database dump without performance data, complete the following steps to dump the contents of the DataStore to the uptime-dump.sql file:
Linux or Solaris platforms:
Windows platforms:
Note that if you need to include some performance data tables in the database dump, do not specify them using the --ignore-table option. |
Manually trim performance data from a MySQL DataStore | Rating | Views | |
---|---|---|---|
The following commands will dump all performance data up until a specified date and delete the corresponding records. # cd /mysql/bin # ./mysql -uuptime -puptime -P3308 --protocol=tcp uptime_v4... By: uptime Support | Date Created: 12-31-1969 | Last Modified: 3-1-2013 | Index: 281 |
4864 |
Shrinking your MySQL DataStore | Rating | Views | |
---|---|---|---|
At times it may be necessary to reduce the disk space that your MySQL DataStore consumes on your monitoring station. The process of reducing your DataStore size follows the general steps that are... By: uptime Support | Date Created: 7-31-2006 | Last Modified: 2-19-2014 | Index: 088 |
11558 |
Manually trim performance data from an Oracle DataStore | Rating | Views | |
---|---|---|---|
WARNING: These commands are permanent. All deleted data will be lost. Ensure that you complete a full data backup before proceeding with these commands. The following commands will delete all... By: uptime Support | Date Created: 6-24-2011 | Last Modified: 3-3-2013 | Index: 528 |
2075 |
Default MySQL Database Users and Permissions | Rating | Views | |
---|---|---|---|
This article outlines the MySQL database users that are installed with up.time and their permissions By: uptime Support | Date Created: 7-6-2007 | Last Modified: 6-28-2011 | Index: 211 |
3777 |
Migrating Your DataStore To a New Database | Rating | Views | |
---|---|---|---|
This article outlines how to move your DataStore between different database types. By: uptime Support | Date Created: 2-21-2007 | Last Modified: 6-30-2011 | Index: 142 |
4780 |