Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ondras opened this issue Apr 8, 2015 · 4 comments
Closed

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

ondras opened this issue Apr 8, 2015 · 4 comments

Comments

@ondras
Copy link
Owner

ondras commented Apr 8, 2015

From Alexdot1@googlemail.com on January 31, 2009 21:26:23

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: http://code.google.com/p/wwwsqldesigner/issues/detail?id=6

@ondras
Copy link
Owner Author

ondras commented Apr 8, 2015

From ondrej.zara on January 31, 2009 12:32:25

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?

Owner: ondrej.zara

@ondras
Copy link
Owner Author

ondras commented Apr 8, 2015

From Alexdot1@googlemail.com on February 10, 2009 07:34:05

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".

@ondras
Copy link
Owner Author

ondras commented Apr 8, 2015

From ondrej.zara on February 10, 2009 08:26:28

Status: Accepted

@ondras
Copy link
Owner Author

ondras commented Apr 8, 2015

From ondrej.zara on February 13, 2009 05:51:23

Commited to SVN

Status: Fixed

@ondras ondras closed this as completed Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant