TungNT (Blue)

tungnt.blue@gmail.com

User Tools

Site Tools


development:database:mysql:structure-of-the-data-directory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
development:database:mysql:structure-of-the-data-directory [2024/08/06 09:08] – created tungntdevelopment:database:mysql:structure-of-the-data-directory [2024/08/06 09:21] (current) – [Cấu trúc thư mục lưu trữ của MySQL] tungnt
Line 1: Line 1:
 ====== Cấu trúc thư mục lưu trữ của MySQL ====== ====== Cấu trúc thư mục lưu trữ của MySQL ======
  
-Cấu trúc thư mục lưu trữ của MySQL có thể khác nhau tùy thuộc vào hệ điều hành và cấu hình cụ thể. Dưới đây là mô tả chung về cấu trúc thư mục lưu trữ của MySQL trên hệ điều hành Linux:+Cấu trúc thư mục lưu trữ của MySQL có thể khác nhau tùy thuộc vào hệ điều hành và cấu hình cụ thể.
  
 +https://litux.nl/mirror/mysqlguide4.1-5.0/0672326736/ch10lev1sec2.html
 ===== 1. Thư mục dữ liệu (/var/lib/mysql) ===== ===== 1. Thư mục dữ liệu (/var/lib/mysql) =====
  
Line 49: Line 50:
 │   ├── table4.frm │   ├── table4.frm
 │   └── table4.ibd │   └── table4.ibd
 +
 /etc/mysql/ /etc/mysql/
 ├── my.cnf ├── my.cnf
 +
 /var/log/mysql/ /var/log/mysql/
 ├── error.log ├── error.log
 ├── slow_query.log ├── slow_query.log
 └── general.log └── general.log
 +
 /tmp/ /tmp/
 └── mysql.sock └── mysql.sock
 +
 /usr/lib/mysql/plugin/ /usr/lib/mysql/plugin/
 ├── plugin1.so ├── plugin1.so
 └── plugin2.so └── plugin2.so
 </code> </code>
development/database/mysql/structure-of-the-data-directory.1722935334.txt.gz · Last modified: 2024/08/06 09:08 by tungnt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki