jlittlejohn
5/20/2016 - 1:05 AM

SQL: Change the Default 'Admin' Username

SQL: Change the Default 'Admin' Username

UPDATE wp_users SET user_login = 'YourNewUsername' WHERE user_login = 'Admin';