Jump to content
  • 0

How delete items in mysql phpmyadmin


gyroguevarra

Question


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   1
  • Joined:  09/17/13
  • Last Seen:  

i want to delete items because its exploits. And its so many.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

maybe you might want to refer this ??

http://www.w3schools.com/sql/sql_delete.asp

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  107
  • Reputation:   1
  • Joined:  09/17/13
  • Last Seen:  

I dont know what to type in here 

DELETE FROM table_name
WHERE some_column=some_value;

should be like this

DELETE FROM `auction` WHERE nameid=512;
DELETE FROM `cart_inventory` WHERE nameid=512;
DELETE FROM `guild_storage` WHERE nameid=512;
DELETE FROM `inventory` WHERE nameid=512;
DELETE FROM `mail` WHERE nameid=512;
DELETE FROM `storage` WHERE nameid=512;

?? I cant understand


I dont know what table. Becausse im newbie

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   3
  • Joined:  07/12/12
  • Last Seen:  

DELETE FROM item_db
WHERE ID=21234;

That will delete item ID 21234 from item_db table

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...