標題: [介紹] 在 ubuntu nginx 上安裝 php-handlersocket 以讀取 Percona Server資料 [打印本頁]
作者: altis 時間: 2013-11-8 14:05 標題: 在 ubuntu nginx 上安裝 php-handlersocket 以讀取 Percona Server資料
如果安裝了 Percona Server + Handlersocket Plugin ...在web端必需加裝 php-handlersocket 才能讓 PHP程式能夠讀取到 SQL Server的資料~~
安裝步驟:
# wget http://php-handlersocket.googlecode.com/files/php-handlersocket-0.3.1.tar.gz
# tar zxvf php-handlersocket-0.3.1.tar.gz
# phpize
# ./configure --disable-handlersocket-hsclient
# make
# make install
# echo "extension=handlersocket.so" > /etc/php5/conf.d/handlersocket.ini
然後重新起動 nginx 就可以囉~~
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) |
Powered by Discuz! 6.0.0 |