I have the following statements in my felix/conf/config.properties file:

org.opencastproject.db.vendor=MySQL

org.opencastproject.db.jdbc.driver=com.mysql.jdbc.Driver

# The jdbc connection url, username, and password

org.opencastproject.db.jdbc.url=jdbc:mysql://localhost/matterhorn    <---
Created database matterhorn for this server
org.opencastproject.db.jdbc.user=matterhorn    <---  You define this user
when setting up the SQL database
org.opencastproject.db.jdbc.pass=password      <---  Password for this user

After creating the database it should be initialize using the mysql5.sql
file found in scripts/ddl. Database must allow localhost connections.

Works without any problems here.

Hank


On Tue, Apr 3, 2012 at 9:05 AM, Leszek Zieleznik
<[email protected]>wrote:

>
> For some reason I can not connect to the MySQL database and I am getting
> the error message at MH startup as below.
> The installation is done on Ubuntu 10.10, MH rel. 1.3 and MySQL ver 5.1.61
> for Ubuntu (server + client).
> MySQL was installed following instruction on the:
> http://opencast.jira.com/wiki/display/MHDOC/Configure+Matterhorn+Database+v1.3
> I can access the MySQL and see matterhorn database from the terminal as a
> root and as matterhornclient.
>
> Any suggestion what could possible be wrong?
>
> Leslaw
>
>
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to