SA-MP Forums Archive
[HELP] Error: #1046 - No database selected - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Error: #1046 - No database selected (/showthread.php?tid=544577)



[HELP] Error: #1046 - No database selected - SpikY_ - 02.11.2014

Help me plz. i Got this error when i upload my .sql file to phpmyadmin .. How can i fix it ?

Here is the ScreenShot:




Re: [HELP] Error: #1046 - No database selected - IstuntmanI - 02.11.2014

You have to press import while a database is selected.


Re : [HELP] Error: #1046 - No database selected - SpikY_ - 02.11.2014

done . but 504 Gateway Time-out


Re: [HELP] Error: #1046 - No database selected - Runn3R - 02.11.2014

USE `DATABASENAME`;

Put it on the first 10+ lines...


Re: [HELP] Error: #1046 - No database selected - Kapupc - 03.11.2014

Create a database and select that. then you import your database.
if you are in coufuse it your commands it just create a table so.
it will will need a database to create table.


Re : [HELP] Error: #1046 - No database selected - SpikY_ - 03.11.2014

fixed Thank you guys