logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Docker容器启动mysql:Different lower_case_table_names settings for server (‘1‘) and data dictionary (‘0‘)

因为公司项目要部署一套离线环境,在一台没有装过东西的笔记本上部署。都装好后,项目启动了,结果报表不存在,百度一看,Linux中mysql默认是区分大小写的。lower-case-table-names=0#区分大小写lower-case-table-names=0#不区分大小写lower-case-table-names=1报错信息上图:1.有的说改/etc/my.cnf,然后docker res

#mysql#docker#linux
nacos持久化sentinel规则配置

nacos持久化sentinel规则配置

文章图片
#sentinel
Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: 我的解决办法

redis Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 192.168.182.128:6379解决思路:一:application.yml的redis配置中的spring.redis.timeout中连接超时时间(毫秒)中时间设置不能为0

#redis#java#linux
到底了