There was an earlier discussion about auto-ddl causing problems of some
kind (not sure exactly what) and the .sql files were brought up-to-date to
properly reflect what the database tables should contain. Thus my
suggestion to initialize with the .sql files.

Hank

On Tue, Apr 3, 2012 at 11:23 AM, Jonathan Felder
<[email protected]>wrote:

> Should using the auto ddl handle that?
>
> On 4/3/12 11:19 AM, Leslaw Zieleznik wrote:
>
>>
>> || After creating the database it should be initialize using the
>> mysql5.sql file found in scripts/ddl.
>> That's what probably I am missing.
>>
>> Many thanks !
>>
>> Leslaw
>>
>>
>>
>> On 3 Apr 2012, at 17:53, Hank Magnuski wrote:
>>
>>  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
>>>
>>>
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to