Hi, flippy
Isn't it exactly that, what phpmyadmin is doing by this commands? Or am I missing something?
Isn't it exactly that, what phpmyadmin is doing by this commands? Or am I missing something?
REVOKE ALL PRIVILEGES ON * . * FROM 'piwik'@'localhost'; REVOKE GRANT OPTION ON * . * FROM 'piwik'@'localhost'; GRANT FILE ON * . * TO 'piwik'@'localhost' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;