MYSQL¶
WHAT IS MYSQL?¶
MySQL is an open-source relational database management system (RDBMS). It is a popular choice for web-based applications and is often used in conjunction with PHP to create dynamic web pages.
OFFICIAL WEBSITE¶
-
MySQL
MySQL is an open-source relational database management system (RDBMS). It is a popular choice for web-based applications and is often used in conjunction with PHP to create dynamic web pages.
INSTALLATION & SETUP¶
WINDOWS¶
-
MySQL
LINUX¶
Ubuntu as an example.
-
MySQL
RUNOOB¶
-
MySQL
LEARNING PROGRESS¶
- MYSQL Tutorial
- MYSQL Installation
- MYSQL Management
- MYSQL PHP Syntax
- MYSQL Connection
- MYSQL Create Database
- MYSQL Delete Database
- MYSQL Select Database
- MYSQL Data Types
- MYSQL Create Table
- MYSQL Delete Table
- MYSQL Insert Data
- MYSQL Query Data
- MYSQL WHERE Clause
- MYSQL UPDATE Update
- MYSQL DELETE Delete
- MYSQL LIKE Clause
- MYSQL UNION
- MYSQL ORDER BY Statement
- MYSQL Grouping
- MYSQL Connection Usage
- MYSQL NULL Value Handling
- MYSQL Regular Expressions
- MYSQL Transaction
- MYSQL ALTER Command
- MYSQL Index
- MYSQL Temporary Table
- MYSQL Clone Table
- MYSQL Metadata
- MYSQL Sequences
- MYSQL Handle Replicated Data
- MYSQL Injection
- MYSQL Export Data
- MYSQL Functions
- MYSQL Operators