Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

How to show list of databases in a connection

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| django_mysql_one   |
| django_mysql_two   |
| information_schema |
| mysql              |
| performance_schema |
| sys                |
+--------------------+
6 rows in set (0.71 sec)
Source by codinggear.blog #
 
PREVIOUS NEXT
Tagged: #How #show #list #databases #connection
ADD COMMENT
Topic
Name
1+9 =