Page 1 of 1

New DB

PostPosted: Sat Aug 15, 2015 2:29 am
by Lyrn
I'm importing a custom DB, is there a reason it imports up to the "mob" table and ever past that? My PHP is all fixed up for big imports. Sorry for all these threads by the way o.O I'm a needy little bastard

Thank you in advance

Re: New DB

PostPosted: Sat Aug 15, 2015 4:32 pm
by Lyrn
Fatal error: Maximum execution time of 300 seconds exceeded in C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\modules\phpmyadmin414x150813172945\libraries\dbi\DBIMysqli.class.php on line 285

I believe that is the problem. However I haven't found a way to fix the half-importing. I even changed the max_execution_time to 1000 and I'm still having problems. Is the database missing tables or do I just need to find the right file to edit?

Re: New DB

PostPosted: Sun Aug 16, 2015 4:19 pm
by HunabKu
Try to import with mysql command.

Re: New DB

PostPosted: Sun Aug 16, 2015 10:41 pm
by Lyrn
Thanks Hunab, did that and mixed two DB's together to correct all tables ;D works fine

Re: New DB

PostPosted: Mon Aug 17, 2015 6:58 am
by HunabKu
Good news.