Hey all!
I'm working on a project where I handle a lot of interactions with a MySQL database which is something that is relatively new to me.
I had an issue with Lost connection to MySQL server during query and pretty quickly I noticed that I forgot that the function I was running (within the main function I was working on) initialises its own connection. Removing this functionality from the inner function solved the issue, but it is still frustrating because I don't know what exactly was causing the error. Any help/advice is appreciated!
09-25-2021 01:26 AM
A bug fix is a change to a system or product designed to handle a programming bug/glitch. Many different types of programming bugs that create errors with system implementation may require specific bug fixes that are successfully resolved by a development or other IT team.
10-08-2021 04:57 AM