ThaiSEOBoard.com

Host and Domain => Host & Domain (general) => หัวข้อเริ่มโดย: jiyuu19th ใน 14 สิงหาคม 2015, 21:15:23

ชื่อเรื่อง: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: jiyuu19th ใน 14 สิงหาคม 2015, 21:15:23
ใช้คำสั่งนี้ flush query cache; ใน sql แล้วมันขึ้น

Access denied; you need the RELOAD privilege for this operation

RELOAD privilege ทำยังไงเหรอครับ
ชื่อเรื่อง: Re: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: jiyuu19th ใน 16 สิงหาคม 2015, 14:14:18
ดันหน่อยครับ
ชื่อเรื่อง: Re: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: jiyuu19th ใน 17 สิงหาคม 2015, 14:58:22
มีใครพอจะรู้ไหมครับ หามาหลายวัน บอกว่าให้ไปปรับใน phpmyadmin tab privilege แต่ของผมมันไม่มี tab ชื่อนี้อยู่
จะเข้า root ทาง phpmyadmin ก็ไม่ได้ครับ
ชื่อเรื่อง: Re: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: 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';
ชื่อเรื่อง: Re: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: jiyuu19th ใน 17 สิงหาคม 2015, 15:31:52
ขอบคุณครับ
ชื่อเรื่อง: Re: แก้ยัไงเหรอครับ ใช้คำสั่ง flush query cache แล้วมันติด Access denied
โพสต์โดย: darkknightza ใน 20 สิงหาคม 2015, 09:37:36
อ้างถึงจาก: 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';

ขอเก็บนะครับ