MyCATApache/Mycat-Server

使用laravel连接mycat不上

オープン

#2,773 opened on 2021/04/20

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (3,886 件のフォーク)batch import
donehelp wanted

Repository metrics

Stars
 (9,451 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド