// local
GRANT ALL ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED by 'secret';
// tcp/ip
GRANT ALL ON wordpress.* TO 'wordpress'@'%' IDENTIFIED by 'secret';
Title:
grant all on
Description:
// local GRANT ALL ON wordpress.* TO 'wordpress'@'localhost' IDENTIFIED by 'secret'; // tcp/ip GRANT ALL ON wordpres...
...
Rating:
4