By Alvin Alexander. Last updated: June 4, 2016
MySQL FAQ - how do I list all the databases in a MySQL database?
Simple. From the mysql command line, use this command:
show databases;
MySQL FAQ - how do I list all the databases in a MySQL database?
Simple. From the mysql command line, use this command:
show databases;