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 trialCarlos Reyes
30,056 PointsHow 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
8,334 PointsHey,
- Try going to phpMyAdmin,
- select user tab,
- check the user you want to delete,
- (look down a little more) and check the check box from 'Remove selected users'
- Lastly click on 'Go', and confirm deleting user
Carlos Reyes
30,056 PointsThank 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.