SQL: Change the Default 'Admin' Username
UPDATE wp_users SET user_login = 'YourNewUsername' WHERE user_login = 'Admin';