Suppose you have created database, to use it , write query:
Syntax
|
1 |
use database_name; |
If we want to select ebhor database then use following query
|
1 |
mysq>use ebhor; |
with the help of this query you can work on your created database.