码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
mysqli 操作数据库(转)
从php5.0开始增加mysql(i)支持 , 新加的功能都以对象的形式添加i表示改进的意思 功能多、效率高、稳定编译时参数:./configure --with-mysql=/usr/bin/mysql_config \ #使用 Mysql ClientLibrary(libmysql)构建--w...
分类:数据库   时间:2016-01-10 22:43:48    阅读次数:391
Windows下配置Mysql
这里说的配置Mysql,是在安装时进行的,请先查看:Windows平台下安装Mysql紧接上文,安装完成后将配置选项打上对勾,按下“Finish”,出现下面的界面,这里有一个很好的功能,mysql配置向导,不用向以前一样,自己手动乱七八糟的配置my.ini了,将 “Configure the Mys...
分类:数据库   时间:2016-01-10 15:34:55    阅读次数:183
解决SQL Server的TEXT、IMAGE类型字段的长度限制
SQL Server缺省安装时,TEXT、NTEXT、 IMAGE类型字段是有长度限制,如果写入的数据超过限制就会抛出异常,缺省的长度限制是65536,需要修改数据库的全局配置参数: exec sp_configure 'max text repl size (B)', '655360' --调整长...
分类:数据库   时间:2016-01-10 14:16:08    阅读次数:3661
lynx
安装lynx时运行./configure出现了checking if we have identified curses headers... noneconfigure: error: No curses header-files found 的错误,ls /usr/include一下里面有没有c...
分类:其他好文   时间:2016-01-10 00:21:58    阅读次数:276
PHP编译安装
1.下载wgethttp://cn2.php.net/distributions/php-5.4.36.tar.bz22.tarjxvfphp-5.4.36.tar.bz23.cdphp-5.4.364../configure\--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-config-file-path=/usr/local/php/etc--with-mysql=/usr/local/mysql\..
分类:Web程序   时间:2016-01-09 06:31:30    阅读次数:204
mysql教程之配置文件详解(一)
./configure --prefix=/usr/local/mysql \--without-debug \ #去除 debug 模式.--enable-thread-safe-client \ #以线程方式编译客户端.--with-pthread \ #强制使用 pthread 线程库编译.-...
分类:数据库   时间:2016-01-08 18:53:41    阅读次数:224
Keepalived+Mysql双主
一、安装keepalived#安装keepalived源码安装的依赖包yum-yinstallopensslopenssl-devel yum-yinstallpopt-devel#源码编译安装keepalivedtarxfkeepalived-1.2.7.tar.gz cdkeepalived-1.2.7 ./configure--prefix=/usr/local/keepalived make&&makeinstall#拷贝keepavlied..
分类:数据库   时间:2016-01-08 15:58:53    阅读次数:303
安装Python时遇到的问题
configure: error: no acceptable C compiler found in $PATH因为是linux,默认可以采用yum方式安装,则采用如下命令安装gcc编译器即可:# yum -y install gcc
分类:编程语言   时间:2016-01-08 13:23:28    阅读次数:162
configure: error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
编译php时候出现错误:configure: error: Please reinstall the libcurl distribution - easy.h should be in /include/curl/
分类:Web程序   时间:2016-01-08 13:18:06    阅读次数:151
Nginx服务器配置对https的支持
1、安装nginx要安装http_ssl_module模块,需要OpenSSL库和相关的开发包,Centos7默认已经安装;没装的话#yuminstallopensslopenssl-devel编译nginx#tar-zxvfpcre-8.12.tar.gz#cdpcre-8.12#./configure–prefix=/usr/local#make#makeinstall#tar-zxvfnginx-1.0.0.tar.gz#cdngin..
分类:Web程序   时间:2016-01-07 18:36:10    阅读次数:220
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!