cancel
Showing results for 
Search instead for 
Did you mean: 

mysql?

robertoroberto
Champ in-the-making
Champ in-the-making
Why I must do this operations?
I want use default db? isn't it Hypersonic?

Create a new empty database schema instance called 'alfresco' in MySQL - use the example files in the Alfresco bundle in /extra/databases/mysql to perform this with the correct user permissions.
Download the MySQL JDBC driver file from MySQL
Extract the MySQL JDBC driver .jar file and copy to \jboss\server\default\lib
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
Hi,

You're correct in that you don't *have to* update to MySQL, however we only recommend HSQL for trying out Alfresco - you should use at least MySQL for production environments.

Thanks,
Mike

robertoroberto
Champ in-the-making
Champ in-the-making
what is the string Jdbc to connect to alfresco hypersonic database by a front-end like db-visualizer?
jdbc:hsqldb:hsql://<host>:<port9001>/<database>

?

robertoroberto
Champ in-the-making
Champ in-the-making
what is the string Jdbc to connect to alfresco hypersonic database by a front-end like db-visualizer?
jdbc:hsqldb:hsql://<host>:<port9001>/<database>

?

steve
Champ in-the-making
Champ in-the-making
Hi,

Take a look at the Hypersonic documentation:

http://hsqldb.org/

Steve