woolyg Posted June 14, 2007 Share Posted June 14, 2007 Hi all, I've done a mysql backup of a table to a .sql file that's 5MB in size. Upon attempting to import the .sql file using PHPmyadmin, my web server hangs, and the PHPMyadmin page goes blank, and the CPU Usage goes up to 50%. The .sql file size is under that specified allowed in the import, and my timeout is set to 0 for no limit, as I'd like to import files much larger than this one too. When I check the task manager, the IE entry under 'applications' says 'running' - the computer runs fine other than not being able to click around the IE PHPMyadmin page. Is it supposed to take aaaaaaaages to import only 5MB in this way? Any advice appreciated - Woolyg Quote Link to comment https://forums.phpfreaks.com/topic/55522-mysql-sql-file-import/ Share on other sites More sharing options...
fenway Posted June 17, 2007 Share Posted June 17, 2007 Do it in chunks, or the browser will tiemout. Quote Link to comment https://forums.phpfreaks.com/topic/55522-mysql-sql-file-import/#findComment-276331 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.