I am using Database toolbox of Matlab to run my MySQL queries. I am doing this by using JDBC driver (Connector/J).
I am able to connect/create/delete new tables for a given database.
Is there a way by which I can directly create a new database from Matlab itself? I'm looking for a solution which lets me do this by using the toolbox or by using Java from Matlab.