• 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 errors / SQL

dratewka2

New Member
Joined
Aug 9, 2008
Messages
63
Reaction score
0
When I use any sort of MySQL Browser, when I edit ANYTHING in the database it says this.

#1451 - Cannot delete or update a parent row: a foreign key constraint fails (`otserv/players`, CONSTRAINT `players_ibfk_1` FOREIGN KEY (`account_id`) REFERENCES `accounts` (`id`) ON DELETE CASCADE)


What the hell is that? And how do I fix it?
PHPMyadmin does the same thing, and sqlite doesn't work properly, so how do I fix this?
 
That's because you are trying to delete an account that belongs to a "player" in player's directory.

And you cant delete an account that is used, therefore, try to create a new account instead of changing the actual one
 
Back
Top