Skip to content
Advertisement

Why does MYSQL Sleep(x) go on forever?

I have a basic SQL query

However, when I run it, it just goes on forever until it reaches a timeout message.

I have already tried

and it still goes on forever.

There are no error messages, the request just goes on forever.

Advertisement

Answer

You have it to use it like this

or

Then it will wait 5 Secondes between the sql commands

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement