freeswitch 把SIP注册信息数据库从SQLITE 改为MYSQL的方法
實際線上應用中,在線注冊人數超過4000 ,SQLITE就吃不消了,容易造成鎖表,考慮轉入MYSQL,查了下官網 超過轉入了MYSQL。
?
https://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core#.2Fetc.2Fodbcinst.ini_for_MySQL?參考地址
CentOS 5.2
Install unixODBC and the MySQL ODBC Connector
yum install unixODBC-devel mysql-connector-odbc- Make symlink from?/usr/lib[64]/libmyodbc3.so?to?/usr/lib[64]/libmyodbc.so
- Run?odbcinst -j. This will show you list of config files.
- Uncomment the MySQL sample driver confirguration in?/etc/odbcinst.ini.
- Add the following with the correct information into your odbc.ini file located at?/etc/odbc.ini
Note:?If you are connecting your freeswitch server to a remote MySQL database, you can take out the last line from the above setting. Take off the "Socket = /var/lib/mysql/mysql.sock" line.
Note:?OPTION allows you to set client specific FLAGS, in the example 67108864 (FLAG_MULTI_STATEMENTS) is set - See?[1]?for all flags. The number represents the addition of all flag numbers that you want enabled.
Note:?On CentOS is OPTION (without S), instead of OPTIONS.
For some tips on setting up your dsn up in unixODBC see?Mod_spidermonkey_odbc#unixodbcc
- Test your ODBC setup by running the utility?isql
- isql maxpowersoft_odbc myUser myPass
- ? ? ? ? ? ? ? ?
總結
以上是生活随笔為你收集整理的freeswitch 把SIP注册信息数据库从SQLITE 改为MYSQL的方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Div的移动和变化
- 下一篇: UDFs实现Memcached与Mysq