Issue : I am trying to import a copy of a my website sql database(developed using mysql 5) . When I try to import the backup.sql file via phpmyadmin in xampp 1.7.4, I get the following error.
MySQL said:
#1046 - No database selected
Resolution:
For the database import, before we attempt to import the "flat" file data in, we need to goto our phpAdmin and create new database and import tables to that database.
CREATE DATABASE DATABASE_NAME
No comments:
Post a Comment