|
|
|
สอบถาม Error SQLSTATE[HY000] [2013] Lost connection to MySQL server at
eading initial communication packet, system error: 0 |
|
|
|
|
|
|
|
ไม่เคยเจอนะ os อะไรหรือครับ แล้ว local หรือ server
เท่าที่ลองๆค้นดูอาจจะเกี่ยวกับ firewall
|
|
|
|
|
Date :
2018-09-27 12:25:38 |
By :
DK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองเอาโค๊ด connection config มาลงให้ดูครับ เพื่อคนที่เป็น laravel มาเห็นจะได้บอกได้บ้าง
ปล. ผมยังไม่เคยใช้ laravel
|
|
|
|
|
Date :
2018-09-27 17:33:20 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
File .env
Code
APP_NAME=Laravel
APP_ENV=local
APP_KEY=base64:he2BNuuRVr7IZsREbYgiuJPKSQurhVdJuRRXSdvP40w=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://www.homeaflow.com/
DB_CONNECTION=mysql
DB_HOST=***.**.**.***
DB_PORT=***
DB_DATABASE=homeaflo_homeaflow
DB_USERNAME=******
DB_PASSWORD=******
File /config/database.php
Code
'connections' => [
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'xxxxxx'),
'port' => env('DB_PORT', 'xxxxx'),
'database' => env('DB_DATABASE', 'homeaflo_homeaflow'),
'username' => env('DB_USERNAME', 'xxxxxx'),
'password' => env('DB_PASSWORD', 'xxxxxxx'),
'unix_socket' => env('DB_SOCKET', ''),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => true,
'engine' => null,
],
]
|
|
|
|
|
Date :
2018-09-27 17:40:49 |
By :
devilboy2535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลอง commnet
#'unix_socket' => env('DB_SOCKET', ''),
แล้ว ใช้ คำสั่ง php artisan config:clear ดูครับ ถ้าใส่ค่าว่างไม่แน่ใจว่ามันยังจะ connect ผ่าน socket อยู่หรือเปล่าปกติผมจะ comment ไปเลย
|
|
|
|
|
Date :
2018-09-28 10:05:15 |
By :
DK |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วนะครับ ทุกท่าน พอดีติดต่อกับทาง hosting แก้ไขปัญหาเรียบร้อยบครับ
ขอบคุณทุกท่านนะครับ
|
|
|
|
|
Date :
2018-09-28 11:26:03 |
By :
devilboy2535 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|