Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

MySQL

MySQL tutorial - IT technology blog
Posted inMySQL

Secure phpMyAdmin Installation on Linux: Authentication, IP Restrictions, and Nginx Reverse Proxy

Posted by By admin July 8, 2026
A practical guide to installing and securing phpMyAdmin on Linux: combining HTTP Basic Auth, IP whitelisting, and deployment behind an Nginx Reverse Proxy. Includes fail2ban and rate limiting configuration to prevent brute-force attacks.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

gh-ost: Zero-Downtime MySQL Schema Changes — GitHub’s Answer to pt-osc

Posted by By admin July 8, 2026
gh-ost is a tool developed by GitHub for making MySQL schema changes on tables with tens of millions of rows without any downtime. Unlike pt-osc which uses triggers, gh-ost reads the binlog directly — safer, with the ability to pause/resume and adjust speed in realtime throughout the migration.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

JSON_TABLE() in MySQL 8: Converting Nested JSON Data into Relational Tables

Posted by By admin July 6, 2026
JSON_TABLE() in MySQL 8 converts JSON arrays into relational rows, enabling standard GROUP BY, JOIN, and aggregate operations. This guide compares it with JSON_EXTRACT and application-side processing, analyzes when to use each approach, with real-world examples including NESTED PATH and inconsistent data handling.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Solving MySQL Replication Lag: Speed Up Syncing with Parallel Replication

Posted by By admin July 5, 2026
Eliminate MySQL Replication Lag using Parallel Replication (MTS) and real-world I/O optimization techniques to keep your systems perfectly in sync.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Mastering MySQL Optimizer Hints: When to Take the Wheel from the Optimizer?

Posted by By admin July 5, 2026
Don't let MySQL decide everything. Discover how to use Optimizer Hints in MySQL 8 to optimize indexes, control JOIN order, and instantly speed up queries.
Read More
CentOS tutorial - IT technology blog
Posted inCentos

Installing MySQL 8 on CentOS Stream 9: Official Repository, SELinux, and Performance Tuning

Posted by By admin July 3, 2026
Guide to installing MySQL 8 on CentOS Stream 9 from the official repository — avoiding the common pitfall of getting MariaDB instead. Covers SELinux configuration, firewalld access control, and InnoDB buffer pool tuning for production servers.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Configuring MySQL Active-Active Replication: Bidirectional Data Sync and Concurrent Write Conflict Handling

Posted by By admin July 2, 2026
A step-by-step guide to configuring MySQL Active-Active (Master-Master) Replication — from setting up binlog users and configuring auto_increment to prevent ID collisions, to handling write conflicts and practical routing tips from a 50GB production database.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Multi-tenant Architecture in MySQL: From Hard-Learned Lessons to Scaling SaaS for Thousands of Users

Posted by By admin July 1, 2026
Learn how to implement Multi-tenancy in MySQL based on real-world experience. A detailed comparison of Database-per-tenant and Shared Schema, including data security tips using Session Variables.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Rescuing MySQL Data: A Hands-On Guide to Handling InnoDB Corruption

Posted by By admin June 28, 2026
MySQL crashed due to InnoDB corruption? Don't panic. Follow this 5-step process using innodb_force_recovery to safely and efficiently recover your data.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Analyzing MySQL Slow Query Log with pt-query-digest: Pinpointing the Real Culprit Behind Database Slowdowns

Posted by By admin June 27, 2026
pt-query-digest from Percona Toolkit analyzes MySQL Slow Query Log by grouping and ranking queries by their performance impact. A step-by-step guide: enable logging, install the tool, read the report, and optimize real-world queries.
Read More

Posts pagination

Previous page 1 2 3 4 … 10 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top