Useful Links
Computer Science
Databases
MariaDB Database
1. Introduction to MariaDB
2. Installation and Initial Setup
3. SQL Fundamentals
4. Data Types
5. Advanced Querying
6. Built-in Functions
7. Advanced MariaDB Features
8. Storage Engines
9. Indexing and Performance Optimization
10. Database Administration
11. Security
12. Replication and High Availability
Database Administration
User and Privilege Management
CREATE USER
GRANT Privileges
Global Privileges
Database Privileges
Table Privileges
Column Privileges
REVOKE Privileges
DROP USER
Roles for Privilege Grouping
Creating and Assigning Roles
Managing Role Privileges
Backup and Recovery
Logical Backups with mariadb-dump
Full and Partial Backups
Restoring from Dumps
Physical Backups
Using Mariabackup
Hot and Cold Backups
Restoring Physical Backups
Point-in-Time Recovery using Binary Logs
Enabling Binary Logging
Applying Binary Logs
Logging
Error Log
Location and Configuration
Interpreting Error Messages
General Query Log
Enabling and Disabling
Log Contents
Slow Query Log
Identifying Slow Queries
Tuning Slow Queries
Binary Log (Binlog)
Replication Use
Log Rotation and Purging
Server Monitoring
SHOW STATUS
Key Status Variables
SHOW VARIABLES
Viewing and Modifying Variables
The information_schema Database
Metadata Tables
Querying Schema Information
The performance_schema Database
Performance Monitoring Tables
Analyzing Server Performance
Table Maintenance
ANALYZE TABLE
CHECK TABLE
REPAIR TABLE
OPTIMIZE TABLE
Table Defragmentation
Previous
9. Indexing and Performance Optimization
Go to top
Next
11. Security