
Originally Posted by
garrettroyce
Be careful what you post when you copy and paste error messages. With the data you provided, theoretically I could have found a way to hijack your session and gain admin access to your software. It's not likely that even with this information someone could get in, but this is a public forum and you never know who's lurking in it and what they'll try to do with even the slightest scrap of information. Some MySQL errors could show your passwords, user names, etc. so be sure to only post the bare minimum (the error message without the query) unless someone asks for more information.
Error 2006 (MySQL server has gone away) is usually a temporary issue. It just means the MySQL connection was broken when PHP tried to query it. The good news is that the database wasn't changed so it's likely that your installation won't be corrupted, but the bad news is you could lose data if you get this error when inputting information and you might have to input it again.
If you notice this error occurring more often then once in a while, post back here so a staff member can assess the situation.