Terminal Saved Output3
Terminal Saved Output3
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> status;
--------------
mysql Ver 8.3.0 for macos14 on arm64 (MySQL Community Server - GPL)
Connection id: 11
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.3.0 MySQL Community Server - GPL
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /tmp/mysql.sock
Binary data as: Hexadecimal
Uptime: 7 days 3 hours 30 min 27 sec
Threads: 2 Questions: 261 Slow queries: 0 Opens: 280 Flush tables: 3 Open
tables: 200 Queries per second avg: 0.000
--------------
Database changed
mysql> show table;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at
line 1
mysql> show tables;
+---------------+
| Tables_in_db1 |
+---------------+
| Employee |
+---------------+
1 row in set (0.00 sec)
Connection id: 11
Current database: db1
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 8.3.0 MySQL Community Server - GPL
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
UNIX socket: /tmp/mysql.sock
Binary data as: Hexadecimal
Uptime: 7 days 3 hours 51 min 42 sec
Threads: 2 Questions: 285 Slow queries: 0 Opens: 304 Flush tables: 3 Open
tables: 224 Queries per second avg: 0.000
--------------
mysql>