View Single Post
  #15  
Old 10-25-2011, 07:27 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

Quote:
Originally Posted by Baruuk View Post
I didn't recompile or anything.
What version of the server code are you running then? If it isn't the version that reads the table from the database then it isn't surprising that editing the table had no effect.

BTW, the correct syntax for delete in MySQL is 'delete from <table_name> where <something>'. I sometimes forget to remove the * when I switch from a select to delete as well.
Reply With Quote