http://docs.jumpserver.org/zh/docs/step_by_step.html 原文
https://github.com/jumpserver/jumpserver/wiki/v0.4.0-%E5%BA%94%E7%94%A8%E5%9B%BE%E8%A7%A3
> create database jumpserver default charset 'utf8';
> grant all on jumpserver.* to 'jumpserver'@'127.0.0.1' identified by 'weakPassword';
https://blog.csdn.net/qq_37674858/article/details/80047991 解决mySQL占用内存超大问题
https://www.cnblogs.com/cheyunhua/p/9068029.html
redis 设置了maxmemory的选项,redis内存使用达到上限。
可以通过设置LRU算法来删除部分key,释放空间。默认是按照过期时间的,
如果set时候没有加上过期时间就会导致数据写满maxmemory。
安装http://docs.jumpserver.org/zh/docs/step_by_step.html说明一步一步安装,就成功了。中间,我遇到了内存不足的问题,将mysql、redis内存最大值设小点,1核1G 勉强能用,内存使用达到90%