Killing a MySQL query during execution with PHP and AJAX

后端 未结 4 1022
萌比男神i
萌比男神i 2021-01-20 16:24

I am creating a custom query builder, when user has created his query he can verify the query syntax by clicking a button. When the user click on the button to verify, An A

4条回答
  •  孤城傲影
    2021-01-20 17:12

    No. It's not possible, as you're closing your connection everytime executions ends. There's no way (through PHP) to control old "sessions" (connections)

提交回复
热议问题