Mysql error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Mysql error (
/showthread.php?tid=570058)
Mysql error -
izeatfishz - 05.04.2015
I've downloaded a simple gm and I want to import the database into mysql..but I get this..
Re: Mysql error -
S4D - 05.04.2015
Database 'samp' doesn't exist.
CREATE DATABASE samp;
USE samp;
Re: Mysql error -
TheCoopster - 05.04.2015
You never defined what database that it has to insert that query into.
If you've already got the database `samp` setup add this to the top.