8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
MySQL
MySQL menu
MySQL Tutorial
The world's most popular open-source relational database.
Start the MySQL tutorial →
What you'll learn
1. MySQL Introduction
What MySQL is, InnoDB vs MyISAM storage engines, and connecting via the mysql CLI.
2. Data Types and Schema
MySQL data types, DECIMAL vs FLOAT for money, ENUM, TIMESTAMP vs DATETIME, and ALTER TABLE.
3. Indexes and Performance
Creating indexes, reading EXPLAIN output, and why composite index column order matters.
4. Transactions and Locking
START TRANSACTION, isolation levels, row-level locking, and diagnosing deadlocks.
5. Replication in Depth
Primary-replica setup, binlog-based replication, GTIDs, replication lag, and read/write splitting.
6. Backup and Recovery
mysqldump, physical backups conceptually, and point-in-time recovery using the binary log.
7. MySQL Interview Questions
Real MySQL interview questions and answers covering storage engines, isolation levels, and indexing.