AnantLabs / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Error when importing a database from server with lots of tables #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Problem: PHP exceeds 30 second execution limit
Solution: place

ini_set("max_execution_time", 0);

At the top of the backend/php-mysql/index.php script

Original issue reported on code.google.com by Alexdot1@googlemail.com on 31 Jan 2009 at 8:26

GoogleCodeExporter commented 9 years ago
Good point. The question is: Is is desirable/feasible to work with such a high 
amount
of tables that it takes more than 30s to import them? Is the application still 
usable
under these circumstances?

Original comment by ondrej.zara on 31 Jan 2009 at 8:32

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Well, there aren't that many tables to be honest.  The app works perfectly fine 
after
the import.  It could be to do with the fact that my information_scheme table 
is a
bit "cluttered".  

Original comment by Alexdot1@googlemail.com on 10 Feb 2009 at 3:34

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 10 Feb 2009 at 4:26

GoogleCodeExporter commented 9 years ago
Commited to SVN

Original comment by ondrej.zara on 13 Feb 2009 at 1:51