Mysql select Database

Select Mysql Database.

Use USE statement. This will enable you to select the database.

Syntax:


Use DatabaseName;

Use Mysql;

Post a Comment

0 Comments