Results 1 to 10 of 19
Threaded View
-
8th Oct 2010, 02:53 AM #6Member
Extract the .SQL file from your backup. After you've extracted it, upload it in public_html,
Download: Bigdump
Open the bigdump.php file in Notepad++ or any other text editor you are using, change these lines:
PHP Code:$db_server = 'localhost';
$db_name = '';
$db_username = '';
$db_password = '';
At this place the current query includes more than 300 dump lines. That can happen if your dump file was created by some tool which doesn’t place a semicolon followed by a linebreak at the end of each query, or if your dump contains extended inserts. Please read the BigDump FAQs for more infos.
PHP Code:define ('MAX_QUERY_LINES',300);
After you've edited the file and uploaded the bigdump.php in same folder with .sql file, database importing will start. After you've finished importing delete the .sql file and bigdump.php from your server.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Webmoney withdraw to an existing card
By Quacking in forum OtherReplies: 2Last Post: 10th Jul 2012, 01:59 AM -
Search Mod for Existing Topic?!
By Deadmau5 in forum vBulletinReplies: 6Last Post: 10th Aug 2011, 08:29 PM -
Google Bot accessing a non-existing page
By Hillside in forum Web Application/Script SupportReplies: 1Last Post: 6th Mar 2011, 09:14 AM -
How can i shift my existing board to new domain?
By hhhgame in forum vBulletinReplies: 2Last Post: 16th Jun 2009, 07:15 AM -
weird symbols after importing databse on my new host
By Alegria in forum phpBBReplies: 18Last Post: 30th Mar 2009, 11:57 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...