Mysql error
#1

I've downloaded a simple gm and I want to import the database into mysql..but I get this..

Reply
#2

Database 'samp' doesn't exist.


CREATE DATABASE samp;
USE samp;
Reply
#3

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.

Код:
USE `samp`;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)