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