@tsuica to Programmer [email protected] • 1 year agoI love it when I have to scream at a computerimagemessage-square170arrow-up11.77Karrow-down121
arrow-up11.75Karrow-down1imageI love it when I have to scream at a computer@tsuica to Programmer [email protected] • 1 year agomessage-square170
minus-square@[email protected]linkfedilinkEnglish21•edit-21 year agoMySQL gives you a half-hearted “Bye” when you exit the console.
minus-square@[email protected]linkfedilink17•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@[email protected]linkfedilinkEnglish3•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.