redis加入到Windows 服务
摘要:1.cmd命令 安装命令: redis-server.exe --service-install redis.windows.conf --loglevel verbose 卸载命令: redis-server --service-uninstall redis-server --service-u
阅读全文
在windows下安装Redis步骤(收集)
摘要:一、下载windows版本的Redis 去官网找了很久,发现原来在官网上可以下载的windows版本的,现在官网以及没有下载地址,只能在github上下载,官网只提供linux版本的下载 官网下载地址:http://redis.io/download github下载地址:https://githu
阅读全文
更改Mysql数据库数据存储位置的具体步骤
摘要:一.首先把mysql的服务先停掉。 在cmd下输入net stop mysql 停止mysql 二.更改MySQL配置文件My.ini中的数据库存储主路径 打开MySQL默认的安装文件夹C:\Program Files\MySQL\MySQL Server 5.1中的my.ini文件,点击记事本顶部
阅读全文