MySql VIEW ERROR 'View 'tablet_001.hisrec' references invalid table(s) or
column(s) or function(s) or definer/invoker of view lack rights to...
when execute this
SELECT count(*) FROM hisrec
Error appear
View 'tablet_001.hisrec' references invalid table(s) or column(s) or
function(s) or definer/invoker of view lack rights to use them
if execute this
SELECT COD FROM hisrec
the same error appear
but if execute this
SELECT * FROM hisrec
all work fine :S
Why??
im root.... with all privileges!
No comments:
Post a Comment