Skip to content

Instantly share code, notes, and snippets.

@alfintechcomputer
Last active November 1, 2020 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfintechcomputer/7c485af89619efc45354778c0f9727af to your computer and use it in GitHub Desktop.
Save alfintechcomputer/7c485af89619efc45354778c0f9727af to your computer and use it in GitHub Desktop.
MySQL Introduction
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| authdemo |
| blog |
| laratut |
| laravelblog |
| mysql |
| performance_schema |
| repotut |
| test |
| wordpress |
+--------------------+
10 rows in set (0.00 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment