PHP development configuration under Ubuntu (new redis, sphinx, sqlserver related configuration)_PHP tutorial

WBOY
Release: 2016-07-20 11:13:17
Original
899 people have browsed it

Because I am lazy, I usually use xampp to modify it directly... (Of course, the general php version in xampp is relatively new. Please pay attention during the process of using it, it may be Conflicts with older versions) In addition to using xampp, this time we also expanded the configuration of sphinx, redis, sqlserver in Linux, etc. #Basic installation TEST1dsn = First Test DSN [TEST1dsn]
Driver = /usr/local/freetds/lib/libtdsodbc.so
Description = First Test DSN
Trace = No
Servername = myserver
Database = xxx
UID = trace

[Default]
Driver    = /usr/local/freetds/lib/libtdsodbc.so

<span [myserver] <br />host= xxxx<br />port=1433 <br />tds version=7.0</span>
Copy after login
Copy after login
​ ​

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440376.htmlTechArticleBecause I am lazy, I usually use xampp to modify it directly (of course, the general php version in xampp Please be careful when using them as they are all relatively new. They may conflict with older versions...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!