Skip to content

13 Useful WordPress SQL Queries You Wish You Knew Earlier | Onextrapixel – Showcasing Web Treats Without Hitch

Link To Full Story: www.onextrapixel.com

Change Default "Admin" Username

Every default WordPress installation will create an account with a default Admin username. This is wide spread knowledge, everyone who uses WordPress knows this. However, this can be a security issue because a hacker can brutal force your WordPress admin panel. If you can change your default “Admin” username, you will give your WordPress admin panel additional security.

Solution:

1UPDATE wp_users SET user_login = 'Your New Username' WHERE user_login = 'Admin';

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*