Oracle 0 – MySQL 2
Don’t know if I’ve mentioned, but I’m making a blog application in the database application project course. Today (Sat-Sun) I’ve been doing coding for about 11 hours. First I fought — for 6-ish hours — with Oracle trying to get things out of other tables than the users table. No luck. Then it took a while to get the MySQL base up and running (we have to install it to our home directory and start the server when we need it) with the correct socket specified somewhere.
Then, I got properly into business, aka The Fun Stuff: First I coded pages on the public side, that is, archive pages and things. Then I ventured into updating the database (ahhh, hazard zone — not really) and I got as far as finishing the code for articles. I made the form ready for adding topics, but I’m too tired to keep going. I’m going to continue “tomorrow”, happy knowing that I don’t have to fight for 6-ish hours with the stupid Oracle database.
I’m very proud of the “portability” of it. I’m making an effort to do all the database stuff in one file so I can define the settings (user, password, etc.) in one place. I’m sure there’d be lots of cool things to “rip” from WP, but I’m going to dabble this on my own. Of course, I’ve been influenced by the way WP works, a little.
Leave a Reply