Kackarot58 2 Posted October 27, 2018 I need to try and delete only one player from my servers database. What program can I use, and where and how is it done? Thanks, Kack Share this post Link to post Share on other sites
Aussie Cleetus 57 Posted October 28, 2018 sqlite3 tools is what you are looking for. you'll first need to find the record, then use it in command line to send a query to remove the record. Share this post Link to post Share on other sites