• 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 How to delete all players?

Status
Not open for further replies.

naod123456

Wazzaap
Joined
Mar 28, 2013
Messages
242
Reaction score
4
How do i delete all players form my database but i don´t whanan delete the the accounts I use xampp phpmyadmin.
 
Run this query:
Code:
TRUNCATE TABLE players;
dosn´t work getting this error

Code:
[B]SQL-fråga:[/B]


TRUNCATE TABLE players



[B]MySQL sa: [/B][URL='http://localhost/phpmyadmin/url.php?url=http%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.6%2Fen%2Ferror-messages-server.html&token=8097173127ddece8826574cd0e1d3f19'][IMG]http://localhost/phpmyadmin/themes/dot.gif[/IMG][/URL]

#1701 - Cannot truncate a table referenced in a foreign key constraint (`noobwar`.`account_viplist`, CONSTRAINT `account_viplist_ibfk_2` FOREIGN KEY (`player_id`) REFERENCES `noobwar`.`players` (`id`))
 
Status
Not open for further replies.
Back
Top