What was the first database you used back in the day? My first (I just started programming 10 years ago) was MySQL with PHP.<p>Looking back, there were so many other options that I missed, but my initial projects with MySQL have taught me a lot about SQL databases.
<i>What was the first database you used back in the day?</i><p>DB2 though I was not a full time DBA. I managed the operational systems and security side of things and worked with the DBA's quite extensively. After that was mostly Oracle and mostly dealing with testing backups, managing disaster recovery procedures and of course <i>make it go faster</i>.<p><i>Looking back, there were so many other options that I missed</i><p>I don't think you really <i>missed</i> anything good. Modern open source databases drew from many lessons learned from the previous databases and in my opinion are much simpler, faster and pragmatic. <i>Some</i> of the more complex features of some of the older databases have since moved into the application stack.
Ashton-Tate dBase III<p>Borland Paradox<p>Getting into the more modern era... I don't remember exactly... my first job involved some DB/2, but I got exposed to Oracle and MySQL pretty early on as well.
One of my first jobs involved a company whose systems were written in custom Realia COBOL (for IBM PC, 64kb limits everywhere!), migrating functions out to dBase 3.<p>This started in 1986? and by 1990 they still hadn't ditched the old stuff but did a synchronization operation between the two database systems every night. It was sort of like replication but with a serial cable involved. Half the staff wouldn't give up the old interfaces.
> What was the first database you used back in the day?<p>Model 204 with COBOL. [0] M204 was a pre-relational database that used inverted indexes to locate rows. It sparked a life-long fascination with data.<p>[0] <a href="https://en.wikipedia.org/wiki/Model_204" rel="nofollow">https://en.wikipedia.org/wiki/Model_204</a>
DEC's datatrieve. Also one of the earliest pieces of software that I can recall having easter eggs. "HELP ME" and "HELP WOMBAT" being two that I can remember.
AppleWorks on an Apple ][c<p><a href="https://en.wikipedia.org/wiki/AppleWorks" rel="nofollow">https://en.wikipedia.org/wiki/AppleWorks</a>