CentOS7下 MySQL定时自动备份的实现方法
安装redis时报如下错误:
root@localhost:~/workspace/redis2.6.13/src$ make test
You need tcl 8.5 or newer in order to run the Redis test make: *** [test] Error 1
问题解决:
[html] view plain copy
wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
tar xzvf tcl8.6.1-src.tar.gz -C /usr/local/
cd /usr/local/tcl8.6.1/unix/
./configure
make
make install
精彩评论