Okay, I am at wit’s finish with WordPress. That is the fifth time I’ve tried putting in it and it flat out shouldn’t be working.
After I set up it, it exhibits one of many themes, however the default welcome put up would not present up and once I log in it will not let me with the username and password I arrange. Am I doing one thing mistaken?
The wp-config file is edited to match the db settings.
I am getting very pissed off.
I login with admin and my password and it says “error: invalid username”.
How can it’s invalid once I left it on the default which was the admin. What do I do now? I am utterly stumped.
No, I haven’t got a devoted host or area so I am making an attempt regionally with xampp.
and the username – password shouldn’t be case-sensitive even the primary letter of the username shouldn’t be capitalized.
I’ve tried totally different take a look at instances additionally like clear website cookies, cache, renaming plugin listing and theme listing one after the other.
additionally, make adjustments in wp-config.php as follows:
outline('WP_DEBUG', true);
outline('WP_ALLOW_REPAIR', true);
My MySQL settings are additionally appropriate, as per commonplace
outline('DB_NAME', 'WP');
/** MySQL database username */
outline('DB_USER', 'root');
/** MySQL database password */
outline('DB_PASSWORD', '');
/** MySQL hostname */
outline('DB_HOST', 'localhost');
/** Database Charset to make use of in creating database tables. */
outline('DB_CHARSET', 'utf8mb4');
/** The Database Collate sort. Do not change this if unsure. */
outline('DB_COLLATE', '');
counsel me one thing plese.