I have a standard install of MySql and I simply want to use that vs another install of MySql on ubuntu.
I created a database via the MySql Admin called alfresco.
The 2 questions it aske you during the install are:
jdbc:url and jdbc:driver
I have MySql installed on port 3306 (default) but it is not installing the tables.
This is what my alfresco-global.properties file looks like with jdbc settings.
I am assuming that driver is inside Tomcat ?
### database connection properties ###
db.driver=org.gjt.mm.mysql.Driver
db.username=xx
db.password=xxxxxxxxx
db.name=alfresco
db.url=jdbc:mysql://127.0.0.1:3306/alfresco