ใช้คำสั่งนี้ flush query cache; ใน sql แล้วมันขึ้น
Access denied; you need the RELOAD privilege for this operation
RELOAD privilege ทำยังไงเหรอครับ
ดันหน่อยครับ
มีใครพอจะรู้ไหมครับ หามาหลายวัน บอกว่าให้ไปปรับใน phpmyadmin tab privilege แต่ของผมมันไม่มี tab ชื่อนี้อยู่
จะเข้า root ทาง phpmyadmin ก็ไม่ได้ครับ
ใช้ VPS ใช่ไหมครับ ผมไม่แน่ใจว่านี่จะช่วยได้ไหม
http://www.liquidweb.com/kb/grant-permissions-to-a-mysql-user-on-linux-via-command-line/
หรือบางทีจะเป็นวิธีนี้ครับ
ผมเพิ่งอ่านเจอตะกี้เอง
Note: Flushing the query cache does not delete it. Use reset query cache for that.
https://www.saotn.org/flush-mysql-query-cache-time-time/
ตรงหัวข้อ Automate flush query cache through an unattended cronjob
จะมีคำสั่ง
FLUSH statement: mysql> grant reload on *.* to 'maintenance'@'localhost';
ขอบคุณครับ
อ้างถึงจาก: sputtaro ใน 17 สิงหาคม 2015, 15:12:36
ใช้ VPS ใช่ไหมครับ ผมไม่แน่ใจว่านี่จะช่วยได้ไหม
http://www.liquidweb.com/kb/grant-permissions-to-a-mysql-user-on-linux-via-command-line/
หรือบางทีจะเป็นวิธีนี้ครับ
ผมเพิ่งอ่านเจอตะกี้เอง
Note: Flushing the query cache does not delete it. Use reset query cache for that.
https://www.saotn.org/flush-mysql-query-cache-time-time/
ตรงหัวข้อ Automate flush query cache through an unattended cronjob
จะมีคำสั่ง
FLUSH statement: mysql> grant reload on *.* to 'maintenance'@'localhost';
ขอเก็บนะครับ