diff --git a/MySQL-tips.md b/MySQL-tips.md index e8b8ae4..440ed36 100644 --- a/MySQL-tips.md +++ b/MySQL-tips.md @@ -1,3 +1,10 @@ +

MySQL 8.0 Reference Manual

+

+ https://dev.mysql.com/doc/refman/8.0/en/ +

+

+
+

for Ubuntu or Debian distributions


@@ -14,4 +21,15 @@

>systemctl start mysql.service

>systemctl stop mysql.service

+
+

+
+

+

To show the status use

+
+

>systemctl status mysql.service

+
+

also check the error with

+
+

>journalctl -xe

\ No newline at end of file