MySQL Forums
Forum List  »  Newbie

Re: ERROR: No connection to server
Posted by: Eduardo Flores
Date: October 29, 2021 03:18PM

Hi Peter, thanks for replying,

I connect to MySQL using:

oServer := TMySQLServer():New( cSqlURL , cSqlUSER , cSqlPASSWRD )

I have libmysql.dll in the same folder of the .exe. At the starting execution everything works well, the querys and transactions, after a while has passed, even without activity, at the time of making a query the .exe is frozen. I have checked my MySQL variables from CPanel and see that wait_timeout is in 28800, try to put it in 86400 but it tells me that I need "SUPER" privileges to do it.

Maybe I must report this to my hosting provider ?

Thanks for your time. Best regards.

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR: No connection to server
October 29, 2021 03:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.