mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-16 21:48:03 +00:00
Fix dangling links in mysql, add TOC in mysql, incorporate network review
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
insert, create, drop, delete, update, commit, rollback, truncate, alter, grant, revoke
|
||||
|
||||
You can practise these in the [lab section](../lab.md).
|
||||
You can practise these in the [lab section](https://linkedin.github.io/school-of-sre/databases_sql/lab/).
|
||||
|
||||
|
||||
|
||||
@@ -95,4 +95,4 @@ In recent times, even large organizations have moved away from commercial softwa
|
||||
|
||||
Lack of support is no longer a concern because of the paid support available from the developer and third parties.
|
||||
|
||||
MySQL is the most widely used open source DB, and it is widely supported by hosting providers, making it easy for anyone to use. It is part of the popular Linux-Apache-MySQL-PHP ([LAMP](https://en.wikipedia.org/wiki/LAMP_(software_bundle))) stack that became popular in the 2000s. We have many more choices for a programming language, but the rest of that stack is still widely used.
|
||||
MySQL is the most widely used open source DB, and it is widely supported by hosting providers, making it easy for anyone to use. It is part of the popular Linux-Apache-MySQL-PHP ([LAMP](https://en.wikipedia.org/wiki/LAMP_(software_bundle))) stack that became popular in the 2000s. We have many more choices for a programming language, but the rest of that stack is still widely used.
|
||||
|
||||
Reference in New Issue
Block a user