Skip to content

Instantly share code, notes, and snippets.

@philsch
Created December 20, 2021 16:04
Show Gist options
  • Save philsch/e1a3a3337a2a99bc2fe09de8af5ca09b to your computer and use it in GitHub Desktop.
Save philsch/e1a3a3337a2a99bc2fe09de8af5ca09b to your computer and use it in GitHub Desktop.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| sys |
| testdb |
+--------------------+
5 rows in set (0.02 sec)
mysql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment