Some small improvements

This commit is contained in:
Lunny Xiao
2024-06-06 22:49:46 +08:00
parent 3d26dfa42d
commit c88deee1a6
21 changed files with 72 additions and 68 deletions

View File

@@ -35,7 +35,7 @@ Note: All steps below requires that the database engine of your choice is instal
2. On database instance, login to database console as root:
```
```sh
mysql -u root -p
```