• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

forgottenserver.sql

Download

New Member
Joined
Mar 30, 2008
Messages
189
Reaction score
2
Location
Cache
Code:
Error

SQL query:

DELIMITER;

MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DELIMITER' at line 1


Seems like the error occurs here: DELIMITER ;
I've tried changing it to DELIMITER; and DELIMITER| - didn't work tho xD
I'm no mysql programmer ;<
 
Last edited:
Uhhh, doh?
As already mentioned I got the newest version of xampp:
* Apache HTTPD 2.2.8 + Openssl 0.9.8g
* MySQL 5.0.51a
* PHP 5.2.5
* PHP 4.4.8
* phpMyAdmin 2.11.4
* FileZilla FTP Server 0.9.25
* Mercury Mail Transport System 4.52

I uninstalled the old version, even deleted the xampp folder, then downloaded the newest version of xampp here.
So I already got phpmyadmin 2.11+

Edit: Don't judge me on my amount of posts.
 
Last edited:
Try import it via command line then.

Go to the mysql bin folder on the xampp folder (don't know how is the structure of xampp folder - I never used it), put that .bat script and the forgottenserver.sql on the bin folder.

Create the .bat file with these command:
Code:
mysqldump -u root -p otserv < forgottenserver.sql

Insert your password when prompted.
 
Back
Top