Tagged articles
3 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Feb 23, 2025 · Databases

Understanding MySQL 8 Directory Structure and Table Storage

This guide explains MySQL 8's main directory layout, the locations of command binaries and configuration files, how databases and system schemas are represented on the file system, and the differences between InnoDB and MyISAM storage engines, including tablespace and file naming conventions.

Database FilesDirectory StructureInnoDB
0 likes · 13 min read
Understanding MySQL 8 Directory Structure and Table Storage
ITPUB
ITPUB
Jun 22, 2016 · Databases

Understanding MySQL Architecture: Files, Logs, and Configuration Explained

This article provides a comprehensive overview of MySQL's architecture, detailing its database and instance components, various file types, configuration parameters, and the roles of different log files such as error, slow query, binary, and redo logs.

ConfigurationDatabase Fileslogs
0 likes · 15 min read
Understanding MySQL Architecture: Files, Logs, and Configuration Explained