• 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!

Solved SQL Error

tae

Active Member
Joined
Oct 7, 2007
Messages
1,284
Reaction score
29
Location
Trap Block
Im having trouble with SQL. ive read all the tutorials and did exactly what it said but i keep getting an error could anyone help me i also tried SQLite
Code:
Error

SQL query:

DROP TRIGGER IF EXISTS `oncreate_players` ;

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 'IF EXISTS `oncreate_players`' at line 1
 
Last edited by a moderator:
now it says
Code:
 Forbidden

You don't have permission to access /xampp on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
 
1. paste it in your \xampp\phpmyadmin folder 2. I've got no idea, I've got the same problem, and I can't seem to get it running, in any other way that using the mysql_start and mysql_stop in my xampp folder.
 
Back
Top