Oops... typo there... Two completely separate apps. For example... I use pmachine as a content managaement system on my personal website. It uses mySQL.
I would also like to run another app that requires mySQL from my personal site, 3eprofiler (It's a character sheet app for roleplaying games). However, my host only allows one mySQL dbase per account.
I was thinking that I could just create new tables on my existing mySQL database and as long as I use a fairly strict naming convention to separate the two apps, I wouldn't run into any problems with running more than one app from the same database.
Thoughts?