Question about default database

I am using the default db with openfire… how do i access it to issue like drop commands and etc…

As far as I know, this is not possible. When you want to do manual modifications on your database, you will probably need to migrate to an standalone database (e.g. MySQL)

Dang, I was hoping not… I can read the openfire.script and read it’s contents of how it inserts data

Maybe I can insert what I need done at the bottom and take it out when I am done…