2

I have a PHP UI for running SQL queries. In case the script times out, the result won't be displayed, but the query is still running. How can I the result later? One thing that comes on my mind is using

SELECT ... INTO OUTFILE 'out.txt'

Are there any other ways? This one is useful only if you have full control of the server.

UPDATE: Let's assume it's not possible to increase timeout of the PHP script.

pedmillon
  • 143
  • 3
  • 13

0 Answers0