MyBB Community Forums

Full Version: php My Admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I have been asked to empty the current tables, to do a modification to mybb. how do I do this in php My Admin?
This hasn't really got anything to do with MyBB. Undecided
(2010-06-18, 04:59 PM)Gaara Wrote: [ -> ]This hasn't really got anything to do with MyBB. Undecided

Yes it does because I need it to install a new MyBB forum.
make a backup first, then in phpMyAdmin, select the DB, then the table, then click the Empty tab at the top. It will simply run a TRUNCATE <table> query to remove all records. You should then reset the AUTOINCREMENT value to 1 on the Operations tab.
however, if this is for a new forum install, just supply a new table prefix and the installer will create new tables, leaving the old ones with the old data