unable to create datatbase
why am i unable to create my own database. i wrote the query CREATE DATABASE mydb; but it is giving error. please answer how can i make my database.
1 Answer
2 years ago by Mohammad Faisal
@Mohammad Faisal
You can't create new DB, you can only create tables/ data with in a DB. DB will be automatically created for you for each run.
2 years ago by Karthik Divi