joon1
1
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?
rpkamp
3
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
system
Closed
4
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.