No In database what to do? plz tell me
i execute the following queries in DB
| GRANT ALL PRIVILEGES ON *.* TO ‘wpuser’@’localhost’ IDENTIFIED BY PASSWORD ‘…’ WITH GRANT OPTION |
and
GRANT ALL PRIVILEGES ON *.* TO ‘wpuser’@’%’ WITH GRANT OPTION
but still same error i edit wpconfig.php
file to make multisite i am doing these activities in localhost using wamp server
define(‘WP_DEBUG’, false);
//define(‘MULTISITE’, true);
define(‘WP_ALLOW_MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, false);