Home  >  Article  >  Backend Development  >  PHP development configuration under Ubuntu (new redis, sphinx, sqlserver related configuration)_PHP tutorial

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

WBOY
WBOYOriginal
2016-07-20 11:13:17874browse

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>



​
​

 

















		

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...
Statement:
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