|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 414 Location: A'dam/Diemen, The Netherlands
|
Posted: Thu Apr 09, 2009 4:53 pm Post subject: [wordpress][solution] Change admin login username SQL |
|
|
Changing your default 'admin' (first user uppon install) to my_admin.
Assuming your prefix is "wp_".
Code: | UPDATE `wp_users` SET `user_login` = 'my_admin' WHERE `wp_users`.`ID` =1 LIMIT 1 ; |
|
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Thu Apr 09, 2009 4:53 pm Post subject: [wordpress][solution] Change admin login username SQL |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Thu Apr 09, 2009 4:53 pm Post subject: [wordpress][solution] Change admin login username SQL |
|
|
Advertisement
 |
|
Back to top |
|
 |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 414 Location: A'dam/Diemen, The Netherlands
|
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|