Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress Installing WordPress Locally Installing WordPress Locally The WordPress Setup Wizard

help setting up wordpress

I am having trouble setting up wordpress on to my system to work from, it tells me ive already created a profile and to log in yet none of the login details work and it doesn't recognise the email address I would of used for the task. how can I refresh everything and start again from the very beginning.

1 Answer

Samantha Simonds
Samantha Simonds
1,330 Points

If you don't have the password to log in you can reset your password using http://localhost/phpmyadmin/
The username for that is usually root and the password is just blank

You can then find your wordpress database and the wp_users table which will have the user you created and the password

Click edit to edit user_pass's value field and select MD5 in the function column as well to secure your password again

Press Go when you are done

You can view pictures and a more detailed description here https://www.wpbeginner.com/wp-tutorials/how-to-reset-wordpress-admin-password-on-localhost/

Hope this helps.