You have to crawl through the articles a bit to find everything.
If you then download some code too, your future answers will be given most of 
the time.
To answer your question.
You can find your magnolia.properties in your webapplications folder: 
WEB-INF/config/default/magnolia.properties, where you have to point to the 
proper setup document, which is derby in standard. Just change it like this: 
"WEB-INF/config/repo-conf/jackrabbit-bundle-mysql-search.xml"
As you can see here in the folder WEB-INF/config/repo-conf/ theres 
jackrabbit-bundle-mysql-search.xml
In this document you only need your values at the top:
    <DataSource name="magnolia">
      <param name="driver" value="com.mysql.jdbc.Driver" />
      <param name="url" value="jdbc:mysql://localhost:3306/yourdatabase" />
      <param name="user" value="yourlogin" />
      <param name="password" value="yourpassword" />
      <param name="databaseType" value="mysql"/>
      <param name="validationQuery" value="select 1"/>
    </DataSource>
so fill in your three values and give it a try

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=f32c6895-5eac-4f5c-a554-00541331892c


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to