I’d like to know the most common mistakes a developer can make that may cause a Database Server to crash and/or become unresponsive and/or abort.
I’ve had this problem some times now and I’d like to know what are some common mistakes that(mostly unexperienced) developers who write the queries and the scripts that access the database server can run into.
I’m not really looking at things from a DBA’s perspective, am rather hoping I can have a simple list with perhaps some ‘good practices’ for developers who have to work with databases on a daily basis (like me).
Main reason I see crashes / hangs, in order from most frequent to least frequent:
LOAD DATA INFILEon MySQL.