I searched the docs and web for it and could not find the answer.
I'm trying to create a mysql db from datanucleus on startup, I don't mean the CreateSchema option but the create database command.
Is there an option to do it rather then from the mysql server ?
I'm using datanucleus 4.1,
Thanks .