Skip to content

Commit a12f9f1

Browse files
committed
Updated README
1 parent e0dce2f commit a12f9f1

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -323,17 +323,7 @@ Please provide the password for 'root@localhost': ******************************
323323
Save password for 'root@localhost'? [Y]es/[N]o/Ne[v]er (default No):
324324
MySQL Shell 8.0.30
325325
326-
Copyright (c) 2016, 2022, Oracle and/or its affiliates.
327-
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
328-
Other names may be trademarks of their respective owners.
329-
330-
Type '\help' or '\?' for help; '\quit' to exit.
331-
Creating a session to 'root@localhost'
332-
Fetching schema names for autocompletion... Press ^C to stop.
333-
Your MySQL connection id is 794 (X protocol)
334-
Server version: 8.0.30 MySQL Community Server - GPL
335-
No default schema selected; type \use <schema> to set one.
336-
MySQL localhost:33060+ ssl JS > \sql
326+
MySQL localhost:33060+ ssl JS > \sql # <- SWITCH TO SQL MODE
337327
Switching to SQL mode... Commands end with ;
338328
339329
create database wordpress;
@@ -666,19 +656,9 @@ Please provide the password for 'root@localhost': ******************************
666656
Save password for 'root@localhost'? [Y]es/[N]o/Ne[v]er (default No):
667657
MySQL Shell 8.0.30
668658
669-
Copyright (c) 2016, 2022, Oracle and/or its affiliates.
670-
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
671-
Other names may be trademarks of their respective owners.
672-
673-
Type '\help' or '\?' for help; '\quit' to exit.
674-
Creating a session to 'root@localhost'
675-
Fetching schema names for autocompletion... Press ^C to stop.
676-
Your MySQL connection id is 852 (X protocol)
677-
Server version: 8.0.30 MySQL Community Server - GPL
678-
No default schema selected; type \use <schema> to set one.
679-
MySQL localhost:33060+ ssl JS > \sql
659+
MySQL localhost:33060+ ssl JS > \sql # <- SWITCH TO SQL MODE
680660
Switching to SQL mode... Commands end with ;
681-
MySQL localhost:33060+ ssl SQL > start group_replication;
661+
MySQL localhost:33060+ ssl SQL > start group_replication;
682662
Query OK, 0 rows affected (1.7095 sec)
683663
```
684664

0 commit comments

Comments
 (0)