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

SQL Problem...DROP TABLE ACCOUNTS

_Dreamer

New Member
Joined
Jan 23, 2010
Messages
275
Reaction score
1
Location
Poznań , Poland
Hello,i want to delete table accounts but when i execute the command:
Code:
DROP TABLE accounts
i have this error

Code:
#1217 - Cannot delete or update a parent row: a foreign key constraint fails

Can anyone help me??? I want to delete it...
 
Why you event want to delete accounts table? It's not like you could run server without it...

If you just want to erase all accounts in it Use Truncate option in phpmyadmin or if you want to add new contents use "ALTER TABLE" or you can do that also in phpmyadmin without any knowledge of SQL.
 
Back
Top