Server side processing issue with database(Can't hack it through!)?
Server side processing issue with database(Can't hack it through!)?
hartty
Posts: 2Questions: 1Answers: 0
I tried to get my hands dirty with server side processing of database but i always get this message:
"DataTables warning: table id=example - An error occurred while connecting to the database. The error
reported y the sever was: SQLSTATE[HY000] [2006] MySQL server has gone away"
Please help fix it for me, Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This is a MySQL issue rather than one with DataTables, so the MySQL documentation on this topic will be of the most help. Basically there is likely a configuration error on the server either for the MySQL server or the why your server-side script connects to it.
Allan
Thank you allan, its definitely MySQL issue. I've figured it out.