MyCATApache/Mycat-Server

使用laravel连接mycat不上

Open

#2,773 opened on Apr 20, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (3,886 forks)batch import
donehelp wanted

Repository metrics

Stars
 (9,451 stars)
PR merge metrics
 (No merged PRs in 30d)

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

Contributor guide