MyCATApache/Mycat-Server

使用laravel连接mycat不上

Aberta

#2.773 aberto em 20 de abr. de 2021

 (4 comentários) (0 reação) (0 responsável)Java (3.886 forks)batch import
donehelp wanted

Métricas do repositório

Stars
 (9.451 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

描述:通过命令进入mycat可以查询到数据

mysql -ucar_v2 -p123456 -h 172.20.0.30 -P 8066

image

但是通过laravel访问mycat,查询数据就会出现问题“SQLSTATE[HY000]: General error: 2006 MySQL server has gone away”

image

修改过配置max_connect , max_allowed_packet,也还是不行

max_connections=1500
max_allowed_packet=30M

image image

以下是mycat的日志输出

image

Guia do colaborador