How to backup and restore MySQL databases
· SQL & Databases
Protect your data with logical and physical backup strategies for MySQL using mysqldump and Percona XtraBackup.
50 questions in SQL & Databases.
· SQL & Databases
Protect your data with logical and physical backup strategies for MySQL using mysqldump and Percona XtraBackup.
· SQL & Databases
Automate actions in response to insert, update, or delete operations using MySQL triggers.
· SQL & Databases
Tune MySQL server variables and hardware utilization for high-throughput and low-latency workloads.
· SQL & Databases
Encapsulate reusable SQL logic on the server with MySQL stored procedures, variables, and control flow.
· SQL & Databases
Understand the InnoDB storage engine, its ACID compliance, row-level locking, and crash recovery features.
· SQL & Databases
Build fast text search features using MySQL FULLTEXT indexes and MATCH ... AGAINST syntax.
· SQL & Databases
Store and query flexible schema-less data using the native JSON data type in MySQL 5.7 and later.
· SQL & Databases
Apply indexing, query rewriting, and server tuning to speed up slow MySQL queries.
· SQL & Databases
Understand MySQL replication architectures for high availability, scaling reads, and disaster recovery.
· SQL & Databases
Compare MySQL storage engines like InnoDB and MyISAM and learn how to choose the right one for your workload.