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

Carlos Reyes
Carlos Reyes
30,056 Points

How to remove a User?

I was having problems in the step after we change wp_ to localwp_.

It was because in the last video I forgot to put localhost. Instead there was a "%".

Now I see two wpuser, under Privileges - User name( Users having access to "localwp")

Is there a problem with that? How do I remove the one with Host name: '%"

Regards

2 Answers

Joshua Garcia
Joshua Garcia
8,334 Points

Hey,

  1. Try going to phpMyAdmin,
  2. select user tab,
  3. check the user you want to delete,
  4. (look down a little more) and check the check box from 'Remove selected users'
  5. Lastly click on 'Go', and confirm deleting user
Carlos Reyes
Carlos Reyes
30,056 Points

Thank you Joshua,

I don't see it now, I hope the "Drop tables..." message, doesn't break anything.

I am just noticing that a new user, that I created on my own, also has access to this database from the videos.

Bye.