Commit Graph

14 Commits

Author SHA1 Message Date
Julien Le Coupanec
a75ee3956e Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-12 19:25:31 +02:00
Ma JingHan
e8730f4987 Add essential sections to MySQL: Alter, Indexes, and Transactions
I have enhanced the MySQL cheat sheet by adding three essential sections that were previously missing:

1. Altering Table Structure: Commands for adding, modifying, renaming, and dropping columns/tables.
2. Indexes (Performance Tuning): Added CREATE INDEX, SHOW INDEX, and the EXPLAIN command for query analysis.
3. Transactions (Data Integrity): Added START TRANSACTION, COMMIT, and ROLLBACK for managing database consistency.
2026-03-21 14:45:28 +08:00
Kelvin Anigboro
4fdd37d875 Add Comprehensive MySQL Commands to Cheatsheet 2024-01-01 18:33:13 +00:00
Julien Le Coupanec
d787d6cf8d docs: mysql 2021-09-06 12:27:02 +02:00
Julien Le Coupanec
b443850b2a docs: mysql update 2021-09-06 12:22:38 +02:00
Julien Le Coupanec
1c6d4ee480 docs(mysql): Run SQL query in the background 2021-07-05 22:49:19 +02:00
nicolasDonkey
a37345dc55 Update Mysql.sh add create user command 2021-05-13 12:38:31 +02:00
Julien Le Coupanec
3201fb52f5 docs(mysql): update grant commannd 2020-12-03 13:04:22 +01:00
Julien Le Coupanec
52e94ebc3c docs(mysql): update grand all privileges command 2020-12-03 13:03:38 +01:00
jrojasc
133bf721ce Added 'Users and Privileges' in mysql file and several groups of config for nginx file 2020-10-01 16:28:55 -03:00
Julien Le Coupanec
e8be8df3d6 docs(mysql): grant all privileges 2020-09-11 11:02:31 +02:00
Julien Le Coupanec
4d9adef433 docs(mysql): SHOW PROCESSLIST 2020-07-03 14:29:06 +02:00
Julien Le Coupanec
9a571c5ffe docs(mysql): import/export commands 2020-06-21 18:37:44 +02:00
Julien Le Coupanec
f49d6e026b docs(mysql): initialize cheatsheet 2020-06-21 18:03:59 +02:00