I've always been lamenting about how I need some kind of unified database system to organize all the stuff on Valikorlia. So as I worked on the new Approvals Database for the server I had the sudden thought:
This thread is a request for a MySQL server on the same computer that hosts the Playerworld itself that can be accessed by script.
Having the MySQL server on the same computer as the NPC-Server is a requirement for obvious reasons.
Also the database file(s) should be accessible with the file browser for easy backup or modification.
If this is not feasible due to communication time between the NPC-Server and MySQL or some other reason, then perhaps adding database features to the NPC-Server itself would be a better idea.
Edit: Inverness thinks SQLite is a better idea now