The simplest way to use MySQL for funambol (sync4j)

Source: Internet
Author: User

The simplest way to use MySQL for funambol (sync4j)

 

Indicate the source and author's contact information during reprinting.
Contact information of the author: Li xianjing <xianjimli at Hotmail dot com>

 

1. Download funambol- 6.5.12 . Bin and install.

2. Download mysql-connector-Java- 5.0.4 -Bin. jar and copy it to funambol/tools/MySQL.

3. Modify funambol/DS-server/install. Properties

# DBMS = hypersonic

# JDBC. classpath = ../tools/hypersonic/lib/HSQLDB. Jar

# JDBC. Driver = org. HSQLDB. jdbcdriver

# JDBC. url = JDBC: HSQLDB: hsql: // localhost/funambol

# JDBC. User = sa

# JDBC. Password =

 

DBMS = MySQL

JDBC. classpath = ../tools/MySQL-connector-Java- 5.0.4 -Bin. Jar

JDBC. Driver = com. MySQL. JDBC. Driver

JDBC. url = JDBC: mysql: // localhost: 3306/MySQL? Characterencoding = UTF-8

JDBC. User = root

JDBC. Password =

4. Make sure that MySQL is running.

5. Enable the settings to take effect: Enter funambol/DS-server and run./bin/install. Sh.

6. Run the synchronization server: Enter funambol/DS-server and run./bin/start. Sh.

 

~~ End ~~

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.