Trouble setting up with mysql 5.1

webbrar

New Member
I am trying to set up a dayz server on a server running mysql 5.1 but when I try to insert the data into the 'hivemind' database which I created the procedure 'pcleanupoob' throws an error:
Code:
 #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 'intDoLine, 1;


        SELECT REPLACE(@rsWorldspace, '[', '') INTO @rsWorldspace;
    ' at line 27
Any help would be greatly appreciated. I cannot switch to mysql 5.5 and tried running it as a second instance and it broke the mysql 5.1 server instance.
 
Back
Top