Category: SQL DM for MySQL Database Schema

SQL DM for MySQL ini parameters

The MONyog.ini is the configuration file used by SQL DM for MySQL to read the configuration and is created when MONyog(SQL DM for MySQL) service is started for the first…
Read more

Real-Time data

The session data that are recorded by SQL DM by MySQL Real-Time are stored in SQLite in Monyog directories data folder. The Real-time database has many tables. Schema details are…
Read more

SQL DM for MySQL Data Maintenance

You can rebuild the embedded SQLite database for a server by clicking the arrow icon on the left panel next to the server name and selecting the Rebuild Database option. Using this…
Read more

Query Analyzer and Processlist data

sniffer.data Here, you see the same pattern as above: the [id] column in the [query_snapshot] table identifies a row in the [query_master] where the actual/textual query is saved. Also note,…
Read more

MySQL variables and System data

mysql.data and system.data These two databases have a completely identical structure: CREATE TABLE IF NOT EXISTS [metric_master] ( [metric_id] INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE, [metric_desc] TEXT ASC UNIQUE…
Read more

Preferences and Connection Settings

Preferences and global settings In addition to the data stored on a per-server basis; SQL DM for MySQL has a database storing global user preferences (preferences.config database) and also a…
Read more

What is SQL DM for MySQL Data?

SQL DM for MySQL uses SQLite for storing all the data. With ‘data’ – we are referring to: There is one of each of those database files for every connection…
Read more

SQL DM for MySQL Database Schema

Database Schema reveals the SQLite schema details which are used for managing SQL DM for MySQL connections (copying connections/creating new connections etc.). Also, with this information you get the basic…
Read more
Copyright © 2026 Webyog Inc. All Rights Reserved.