What command is used to list all databases in MySQL?

To list all databases in MySQL, you can use the following command:

SHOW DATABASES;

Make sure to end the command with a semicolon (;).

0 Comments

no data
Be the first to share your comment!