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

Database

Rhumor

Dutch & Proud
Joined
Jul 7, 2007
Messages
451
Reaction score
2
Hey when I created a database in phpmyadmin, called TFS.
I press import and select theforgottenserver.sql and go.
But then It gives an error:


Error
SQL query:

DROP TRIGGER IF EXISTS `oncreate_players` ;



MySQL said:

#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
 
!Bump~help please
that second part of the tutorial I readed about that - u root etc wont work for me with xampp

I have the latest xampp so probably the latest phpmyadmin

Edit: I updated it but it gives me error:

#1045 - Access denied for user 'root'@'localhost' (using password: NO)

I setup a config, and set my password and port socket etc.. still this error after I saved
 
Last edited by a moderator:
i also have that problem i have apache2triad and version
"2.7.0-pl2" i don´t now how i should update myphpadmin to the newest so can someone help me?
 
It should be, if there's any error just tell me and I'll give you the solution.
 
ok. Thanks :)

EDIT:
Its working now but i had to remove this to get everything in the database.
DROP TRIGGER IF EXISTS `oncreate_players`;
DROP TRIGGER IF EXISTS `oncreate_guilds`;
DROP TRIGGER IF EXISTS `ondelete_players`;
DROP TRIGGER IF EXISTS `ondelete_guilds`;
DROP TRIGGER IF EXISTS `ondelete_accounts`;

DROP TABLE IF EXISTS `player_depotitems`;
DROP TABLE IF EXISTS `tile_items`;
DROP TABLE IF EXISTS `tiles`;
DROP TABLE IF EXISTS `bans`;
DROP TABLE IF EXISTS `house_lists`;
DROP TABLE IF EXISTS `houses`;
DROP TABLE IF EXISTS `player_items`;
DROP TABLE IF EXISTS `player_skills`;
DROP TABLE IF EXISTS `player_storage`;
DROP TABLE IF EXISTS `player_viplist`;
DROP TABLE IF EXISTS `player_spells`;
DROP TABLE IF EXISTS `guild_ranks`;
DROP TABLE IF EXISTS `guilds`;
DROP TABLE IF EXISTS `guild_invites`;
DROP TABLE IF EXISTS `players`;
DROP TABLE IF EXISTS `accounts`;
DROP TABLE IF EXISTS `groups`;

i get this messages in index of phpmyadmin, were and what should i changes?
namnlsgk4.png
 
Last edited:
I updated pma but still gives THIS error:

SQL query:

DROP TRIGGER IF EXISTS `oncreate_players` ;



MySQL said:

#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:
Back
Top