The simplest way to use mysql for Funambol (sync4j)

Source: Internet
Author: User
Let Funambol (sync4j) use the simplest method of mysql contact: Li xianjimliathotmaildotcom1. download the funambol-6.5.12.bin and install. 2. Download The mysql-connector-java-5.0.4-bin.jar and copy it to Funamboltoolsmysql. 3. Modify Funambolds-serveri

Let Funambol (sync4j) use the simplest mysql METHOD Contact Method: Li xianjing xianjimli at hotmail dot com 1. Download funambol-6.5.12. bin and install it. 2. Download mysql-connector-java-5.0.4-bin. jar and copy it to Funambol/tools/mysql. 3. Modify Funambol/ds-server/I

The simplest way to use mysql for Funambol (sync4j)


Contact information of the author: Li xianjing

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 ~~

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.