Course Process
SHOW Database MYSQL
To start working with your database you will have to login to database either using mysql workbench or command line CMD
Once successfully logged in, let us list down the all databases
Syntax:
show databases
Query:
show databases
Output:
As you see above, we have listed all the database names with a simple SQL command.
Tester Usage Tips:
- Validate different databases of your applications available on database server
- Validate the size and other properties of the specific databases