Otto@programming.dev to Selfhosted@lemmy.worldEnglish · 2 months agoStop using MySQL in 2026, it is not true open sourceoptimizedbyotto.comexternal-linkmessage-square98fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkStop using MySQL in 2026, it is not true open sourceoptimizedbyotto.comOtto@programming.dev to Selfhosted@lemmy.worldEnglish · 2 months agomessage-square98fedilink
minus-squareScrollone@feddit.itlinkfedilinkEnglisharrow-up0·2 months agoMySQL has been the “default” choice for a long time for PHP programmers. I don’t know why.
minus-squareAndres@social.ridetrans.itlinkfedilinkarrow-up0·2 months ago@Scrollone @BrilliantantTurd4361 Because it used to be a lot faster than postgresql for smaller sites. MyISAM (https://en.wikipedia.org/wiki/MyISAM) was super lightweight, at the expense of the occasional corrupt database (oops). I don’t know how many new people are coming to PHP these days (as opposed to javascript/python/rust/etc), but certainly the older PHP coders grew up using mysql.
minus-squarewhoisearth@lemmy.calinkfedilinkEnglisharrow-up0·edit-22 months agoIt used to be free with less of a barrier to entry than postgres
MySQL has been the “default” choice for a long time for PHP programmers. I don’t know why.
Tutorials mostly.
@Scrollone @BrilliantantTurd4361 Because it used to be a lot faster than postgresql for smaller sites. MyISAM (https://en.wikipedia.org/wiki/MyISAM) was super lightweight, at the expense of the occasional corrupt database (oops).
I don’t know how many new people are coming to PHP these days (as opposed to javascript/python/rust/etc), but certainly the older PHP coders grew up using mysql.
It used to be free with less of a barrier to entry than postgres
LAMP indeed
We need LAPP . Stat!