I Was Importing an sql file to my wamp server after downloading it from my online server. But when importing, I got this error
Very confused!! What is it! After googling didnt find any help.
But surprisingly when I create a database by another name and tried to import it, PROBLEM SOLVED!! ;-)
So, to solve the SQL file import error #1046 -
1. Create a database with a new name.
2 Then import the SQL file.
That's it!
SQL error #1046 solved.
Hope this will help someone someday somewhere!
Best of Luck! Thank You. Ooh! And if it was helpful to you, then please comment. :-)
#1046 - Aucune base n'a été sélectionnée
But surprisingly when I create a database by another name and tried to import it, PROBLEM SOLVED!! ;-)
So, to solve the SQL file import error #1046 -
1. Create a database with a new name.
2 Then import the SQL file.
That's it!
SQL error #1046 solved.
Hope this will help someone someday somewhere!
Best of Luck! Thank You. Ooh! And if it was helpful to you, then please comment. :-)
thanx
ReplyDelete:-) My Pleasure Friend..
Deletetnks man
ReplyDeletemost wlcm bro.. :)
DeleteStill not working :(
ReplyDeletethanks
ReplyDelete"No base has been selected" is english translation from google.
ReplyDeleteWorks!!! Thank you
ReplyDeleteMost welcome..
Deletecreate database and use database command should be there.
ReplyDeletee.g.
CREATE DATABASE `aaaa` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `aaaa`;
Thanks..
Deletethanks , solved :)
ReplyDeleteit work .thank you
ReplyDelete