So, pretending you're attempting to make Item 50153 available at full stats to characters of any level, you changed both reclevel and reqlevel to 0, and restarted the server, but they're still showing as required and recommended levels for that item in-game?
Relevant SQL code would be:
Code:
UPDATE `items` SET `reclevel`=0, `reqlevel`=0 WHERE `id`=50153;