MyBB Community Forums

Full Version: Get table from database file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have database file (backup) and i want get just one table from that database file, how i can do that?
You could re-import the database file in PHPMyAdmin, once imported, navigate to the desired table and then export just that single table with the inserts.
Problem is i cant upload all because phpmyadmin allows to upload only 50mb and size of file is bigger -.-
Using something like BigDump will get the job done for you. Here is a link to help you out if needed. www.wanderings.net/notebook/Main/HowToImportLargeMySQLDataFiles