i understand that some are wanting to do this but may have a hard time finding information about how to do this so i thought it may be usefull to someone at some point.
this is under the mysql table for doors this will set the lockpick field to ( 0 ) 0 being the number to not require the door to be picked or lock picking skill
UPDATE doors SET lockpick='0' WHERE id='5876';
this entry should essentially remove the need to use a key
UPDATE doors SET keyitem='0' WHERE id='1483';
i am trying this out but i have updated my fields and this should do the trick.
please remember to update the lockpick field next to the keyitem field and set it to 0. i am just starting out with this mysql so i do not want anyone to blame me for a mishap they did not intend to do to thier server, so please backup your database, as my server is for testing only at this time it does not affect me personally. so if you have people playing on your server always backup
if there is issues with the command lines. i will post about them.