摘要:
GRANT ALL PRIVILEGES ON *.* TO ''@''IDENTIFIED BY '' WITH GRANT OPTION;修改mysql的配置文件在linux下,mysql的配置文件是/etc/mysql/my.cnf修改bind-address为0.0.0.0或者mysql所在... 阅读全文
posted @ 2015-12-26 17:56
沧海一滴
阅读(172)
评论(0)
推荐(0)
摘要:
用sudo时提示"xxx is not in the sudoers file. This incident will be reported.其中XXX是你的用户名,也就是你的用户名没有权限使用sudo,我们只要修改一下/etc/sudoers文件就行了。1)进入超级用户模式。也就是输入"su -... 阅读全文
posted @ 2015-12-26 17:51
沧海一滴
阅读(282)
评论(0)
推荐(0)
摘要:
一、下载与安装wget http://download.redis.io/releases/redis-3.0.0.tar.gztar -zxvf redis-3.0.0.tar.gz -c /usr/local/cd /usr/local/redis-3.0.0makemake install12... 阅读全文
posted @ 2015-12-26 17:03
沧海一滴
阅读(263)
评论(0)
推荐(0)
摘要:
redis是一个内存数据库,比memcache支持更丰富的value类型,新浪微博就使用redis来做缓存。redis的源码安装wget http://download.redis.io/redis-stable.tar.gztar -zxvf redis-stable.tar.gzcd redis... 阅读全文
posted @ 2015-12-26 16:46
沧海一滴
阅读(566)
评论(0)
推荐(0)
摘要:
yum -y install wget#yum install perlSearching for GCC...The path "" is not valid path to the gcc binary.Would you like to change it? [yes]如果出现这个就表明gcc... 阅读全文
posted @ 2015-12-26 16:35
沧海一滴
阅读(5236)
评论(0)
推荐(0)

浙公网安备 33010602011771号