I have an sql file that i exported from phpmyadmin on another computer. I tried to import the file on this computer and I get this error:
Error
Append the following line to the beginning of your sql file
CREATE DATABASE phplogin;
These problems can be resolved by exporting the SQL file while being outside the database.Then phpmyadmin automatically appends the above statement to the SQL file