GameNet Active member Mar 11, 2019 #1 I seem to be experiencing an issue with cmd.php where if I don't get through the create addon process quickly the MySQL server goes away or I get the following: In Statement.php line 35: [E_WARNING] Error while sending STMT_PREPARE packet. PID=27829
I seem to be experiencing an issue with cmd.php where if I don't get through the create addon process quickly the MySQL server goes away or I get the following: In Statement.php line 35: [E_WARNING] Error while sending STMT_PREPARE packet. PID=27829
Ozzy47 Well-known member Mar 11, 2019 #2 You likely need to increase your wait_timeout value in MySQL. (The default is quite high so you generally won't run into this.) Upvote 0 Downvote
You likely need to increase your wait_timeout value in MySQL. (The default is quite high so you generally won't run into this.)
GameNet Active member Mar 12, 2019 #3 ozzy47 said: You likely need to increase your wait_timeout value in MySQL. (The default is quite high so you generally won't run into this.) Click to expand... thank you for your help Upvote 0 Downvote
ozzy47 said: You likely need to increase your wait_timeout value in MySQL. (The default is quite high so you generally won't run into this.) Click to expand... thank you for your help
Ozzy47 Well-known member Mar 12, 2019 #4 Not a problem, hopefully it solves your issue. Upvote 0 Downvote