MyCATApache/Mycat-Server

使用laravel连接mycat不上

Aperta

#2773 aperta il 20 apr 2021

 (4 commenti) (0 reazioni) (0 assegnatari)Java (3886 fork)batch import
donehelp wanted

Metriche repository

Star
 (9451 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

描述:通过命令进入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

Guida contributor