MySQL authentication problem attempting wp-admin/install.php ?
-
Trying to set up a WordPress site. Appears to be some problem authenticating with the MySQL user/database when running the installation script at localhost/mysite/wp-admin/install.php
(I get the now-very-familiar “Error establishing a database connection” message)
I configured the database for it using phpMyAdmin, created a database, user, granted all:
[it generates]
REVOKE ALL PRIVILEGES ON * . * FROM 'mysiteuser'@'%'; GRANT ALL PRIVILEGES ON * . * TO 'mysiteuser'@'%' WITH GRANT OPTION MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
I also set the password with phpMyAdmin, which generates this code:
SET PASSWORD FOR 'mysiteuser'@'%' = PASSWORD( '*****' )
I’ve seen zillions of posts on this subject and none seem to fit my situation.
I’ve verified that the install.php page will come up if I put the MySQL root & password in the wp-config.php file (also using “localhost” for DB_HOST)
Checking Priveleges tab in myPhpAdmin, it displays
mysiteuser % Yes ALL PRIVILEGES Yes Edit Privileges Edit Privileges Export Export
and clicking “Edit Privileges” link there shows all privileges checkboxes checked.
Thanks for help, I’ve been stumped for several days. I’m new to all this, so likely a “dumb” mistake, tho had it all set up last week.
- The topic ‘MySQL authentication problem attempting wp-admin/install.php ?’ is closed to new replies.