 |
Error 1046 No database Selected, how to resolve? - Stack Overflow
You need to tell MySQL which database to use: USE database_name;. before
you create a table. In case the database does not exist, you need to create it as:
.... Ivan's answer, so he can change his answer to include your steps. ... Why do
some web
stackoverflow.com |
 |