I have my user root
with all privileges on, I checked over and over and still show the same error, but wheren I try to change the value of the variable max_user_connections
FROM phpmyadmin
it display this error, in the plesk interface (I'm running a Windows server) where the list of user appear all the privileges of my user is enabled so I do not why this error.
But I ran this queries in phpmyadmin
SHOW GRANTS;
SELECT USER();
SELECT CURRENT_USER();
I get root@%
(Sorry but Stackoverflow says that I can't post images because of my reputation and no more than two links)
There is a difference between root@localhost
and root@%
?
And why in the first image the first line says GRANT USAGE ON...
?
How I can give the SUPER
privileges the user needs? thanks.