Extending Maximum execution time

I am usig XAMPP on Windows and PDO data conection.

When I try to copy a table in a php page by the code “CREATE TABLE DB1.table LIKE oldDB.tabe”, the page displays a fatal error like the following.

Can I extend the Maximum execution time to 600 seconds with your help?

If your database needs more than a minute to create a table you shouldn’t extend the runtime, you should figure out why on earth it’s taking so long.

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.