@tsuica@lemmy.world to Programmer Humor@lemmy.ml • 1 year agoI love it when I have to scream at a computerlemmy.worldimagemessage-square170fedilinkarrow-up11.71Karrow-down121
arrow-up11.69Karrow-down1imageI love it when I have to scream at a computerlemmy.world@tsuica@lemmy.world to Programmer Humor@lemmy.ml • 1 year agomessage-square170fedilink
minus-squareMarxism-FennekinismlinkfedilinkEnglish21•edit-21 year agoMySQL gives you a half-hearted “Bye” when you exit the console.
minus-square@dan@upvote.aulinkfedilink17•1 year agoMy favourite MySQL error is “MySQL server has gone away”, like MySQL decides “nah I don’t want to run this” and runs off. (it happens when no data is sent over the connection for a while, like if the query is taking too long to run and times out)
minus-square@pixelscript@lemmy.mllinkfedilinkEnglish3•1 year agoMongoDB does it, too. So it’s not exclusively a SQL thing.
MySQL gives you a half-hearted “Bye” when you exit the console.
My favourite MySQL error is “MySQL server has gone away”, like MySQL decides “nah I don’t want to run this” and runs off.
(it happens when no data is sent over the connection for a while, like if the query is taking too long to run and times out)
MongoDB does it, too. So it’s not exclusively a SQL thing.