when I try to update one table (GLOBAL_VARIABLES) from information_schema db,
I get an error message:
Access denied for user 'root'@'localhost' to database 'information_schema'
Although I am root with all privileges,
how can i fix the resolution.
or how can i update this table?
thank.
source
share