摘要: 参考自:https://github.com/ServiceStack/redis-windows1.用vagrant 运行redis的最后版本1.1在windows上安装vagranthttp://docs.vagrantup.com/v2/getting-started/1.2下载vagrant... 阅读全文
posted @ 2015-07-05 20:00 影分身 阅读(342) 评论(0) 推荐(0)
摘要: mysql视图问题: The user specified as a definer ('root'@'%') does not exist原因:由于root用户对全局host无访问权限,给root用户添加一个访问权限即可。解决:用登录命令:mysql -u root -pPWD登陆mysql 后,... 阅读全文
posted @ 2015-07-05 10:42 影分身 阅读(135) 评论(0) 推荐(0)