??
简单的介绍下MySQL5.5.28的编译安装过程。MySQL从5.5之后在进编译安装的过程中不在使用经典的./configure
make make install三部曲,具体的步骤是cmake
make 自己make install。
①下载MySQL-5.5.28.tar.gz,然后在linux里面进行解压
tar –xvf MySQL-5.5.28.tar.g...
分类:
数据库 时间:
2015-07-14 18:22:04
阅读次数:
176
mysql使用阿里云的rdshttpd服务1. 安装apr和apr-util2. 安装 httpdapache.org,apr.apache.org安装命令: ./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --enabl...
分类:
Web程序 时间:
2015-07-14 15:23:32
阅读次数:
131
所需源码包:/usr/local/src/MySQL-5.5.25/cmake-2.8.8.tar.gz/usr/local/src/MySQL-5.5.25/mysql-5.5.25.tar.gz1、安装cmakeMySQL从5.5版本开始,通过./configure进行编译配置方式已经被取消,取...
分类:
数据库 时间:
2015-07-14 08:39:36
阅读次数:
260
cacti安装spine,搜集数据速度能提升至少1倍左右Time:1.4015Method:spineTime:2.6167Method:cmd.php1./configure--prefix=/usr/local/spine2configure:error:CannotfindMySQLheaders.Use--with-mysql=tospecifynon-de对策安装yuminstallmysql-devel3错误configure:error:Cannot..
分类:
其他好文 时间:
2015-07-14 06:18:42
阅读次数:
142
SQL2008:1.备份库BACKUP DATABASE CDJQ_CEM2008 TO DISK = 'd:\zhu\123.bak'2.开启RAR加压功能EXEC sp_configure 'show advanced options', 1GORECONFIGUREGOEXEC sp_conf...
分类:
数据库 时间:
2015-07-13 15:30:48
阅读次数:
148
安装gstreamerglib2.44.0locate libffi.soexport LIBFFI_CFLAGS=-L/opt/vagrant/embedded/lib/./confiure./configure --enable-iconv=no --with-libiconv=gnumake
分类:
其他好文 时间:
2015-07-13 06:33:59
阅读次数:
130
架构:配置:二层交换机配置:Switch>enableSwitch#configure terminalEnter configuration commands, one per line. End with CNTL/Z.Switch(config)#interface FastEthernet0...
分类:
其他好文 时间:
2015-07-12 17:15:54
阅读次数:
172
TopologyObjectives? Configure BGP to exchange routing information with two ISPs.Step 1: Prepare the routers for the lab.Cable the network as shown in ...
分类:
其他好文 时间:
2015-07-12 14:12:41
阅读次数:
86
基本步骤:
1、下载压缩文件(wget 文件url)
2、解压(tar -zxvf 文件名)
3、configure (./configure --prefix=安装目录)
4、make编译 (前提是步骤3没问题,否则转步骤1)
5、make install 安装 (安装完后记得cd到安装目录查看相应文件是否生成)
6、清除安装过程中生成的临时文件和配置文件 (make clean & make distclean)...
分类:
系统相关 时间:
2015-07-12 12:56:06
阅读次数:
202
配置架构:配置命令:Switch>enableSwitch#vlan database% Warning: It is recommended to configure VLAN from config mode, as VLAN database mode is being deprecated....
分类:
其他好文 时间:
2015-07-12 12:35:26
阅读次数:
187