railo - how to create new database in H2? -
railo - how to create new database in H2? -
i have site running locally on mysql want run on h2 database. have run h2.jar file console on browser whenever log in have seen list jdbc:h2:/var/www/mysite/data/db; mode=mysql, information_schema , users.i can create tables in don't know how create new database?
i using mode = mysql type = h2 database engine in embedded mode.
from http://www.h2database.com/html/tutorial.html#creating_new_databases,
by default, if database specified in url not yet exist, new (empty) database created automatically. user created database automatically becomes administrator of database.
h2 railo
Comments
Post a Comment