@@ -323,17 +323,7 @@ Please provide the password for 'root@localhost': ******************************
323323Save password for 'root@localhost'? [Y]es/[N]o/Ne[v]er (default No):
324324MySQL 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
337327Switching to SQL mode... Commands end with ;
338328
339329create database wordpress;
@@ -666,19 +656,9 @@ Please provide the password for 'root@localhost': ******************************
666656Save password for 'root@localhost'? [Y]es/[N]o/Ne[v]er (default No):
667657MySQL 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
680660Switching to SQL mode... Commands end with ;
681- MySQL localhost:33060+ ssl SQL > start group_replication;
661+ MySQL localhost:33060+ ssl SQL > start group_replication;
682662Query OK, 0 rows affected (1.7095 sec)
683663```
684664
0 commit comments