Re: Access denied; you need the RELOAD privilege for this operation

2009-09-20 Thread Dan Nelson
write;" ); > err = mysql_query( pmysql, "flush table usrs;" ); > > The error return from "flush table" is "Access denied; you need the RELOAD > privilege for this operation" > > After the insert (which completes without error) I execute the "

Access denied; you need the RELOAD privilege for this operation

2009-09-20 Thread Pete Wilson
Hi everyone -- I'm pretty new to MySql, but not many years ago I was an ISAM guy so I understand the issues with indexes and on-the-fly inserts. I've seen many questions around this error message, "Access denied; you need the RELOAD privilege for this operation." But