I’m currently working on a project which I would like to integrate MySQL in.
The problem I have is that I’m using functions to get the information I need (Not using this but… GetTime() for example…) and when using MySQL I can’t get them to return something without using query:wait() because I have to wait for the answer to come back from the MySQL server so I have something to return. The problem with query:wait() is that it says “This should only ever be used if it is really necessary, since it can cause lag”.
So… What should I do? Will the server crash if nothing comes back from the MySQL server or should I be fine with query:wait()?
I’m currently using MySQLoo v9.5