- รีโมทเข้า Server เพื่อจะเพิ่ม max_connections ของ mysql เพื่อรองรับการใช้งาน mysql
- root@web:~# mysql -u root -p
- mysql> show variables like "max_connections"; (ไว้สำหรับดูค่าของ max_connections mysql เดิม )
- mysql> set global max_connections = xxx; (xxx คือค่าจำนวนของ max_connection ที่ต้องการ)
- mysql> exit; (ออกจาก mysql)
ประเภทบทความ: