Xmppframework for iOS environment setup and configuration

Source: Internet
Author: User

1. mysql Database installation and configuration

Official: http://www.mysql.com/downloads/

Baidu Cloud Disk Address:

Installation software reference: http://www.cnblogs.com/macro-cheng/archive/2011/10/25/mysql-001.html

Warm tips:

  1. Change the root password: MySQL default account password is root/empty

sudo /usr/local/mysql/bin/mysqld_safe–user=root & // start MySQL (can also be set to boot)sudo /usr/local/mysql/bin/mysqladmin-uroot password 123456 // set MySQL password (note that this is the first time the MySQL password is empty when the Setup command,

If it is to change the password,sudo/usr/local/mysql/bin/mysqladmin-uroot-p123456 to confirm the permission 123456 is your password)

  2. Uninstall MySQL method: The MySQL process service needs to be stopped first

sudo rm /usr/local/mysqlsudorm -rf/usr/local/mysql*sudorm -RF/ library/startupitems/mysqlcomsudorm -rf/library/preferencepanes/my*sudo rm -rf/library/receipts/mysql*sudorm -rf/library/receipts/mysql*sudo RM -rf/var/db/receipts/com.mysql.*

2. OpenFire Software Installation and configuration

Official: http://www.igniterealtime.org/downloads/index.jsp

Baidu Cloud Disk Address:

1, set the language, choose Chinese

2, server settings, domain fill wechat.com port default, need to select Blowfish (server required), key filled in 4H709FJYRIPOVVK

3. Database settings, default standard

4, database connection, select MySQL, database URL is jdbc:mysql://localhost:3306/openfire?useunicode=true&characterencoding=utf-8& Charactersetresults=utf-8, note openfire to exist user name password: root/123456

5. Feature setting, default initial

6, set OpenFire server Administrator's account and password, default is Admin/admin, set to: admin/123456

3, the use of xmppframework

Official: Https://github.com/robbiehanson/XMPPFramework.git

Xmppframework for iOS environment setup and configuration

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.