勤劳柚子

文章
2
资源
0
加入时间
2年10月21天

数据库如何创建索引,查看索引,删除索引

创建索引:(1)ALTER TABLE table_name ADD INDEX index_name (name)                    //普通索引(2)ALTER TABLE table_name ADD UNIQUE (name)                                      //联合索引(3)ALTER TABLE table_name...

redis报错 redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the p

1. spring boot 项目启动报错redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool2. 处理过程使用了 其他 vm 中的 redis 没有问题, 从版本到 redis.conf 配置都是一样的(后面发现 requirepass 这一样没有发现)当前 vm redis 通过 客户端连接也没有问题因为 连接redis 使用了 try … catch 包