Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

Watch Wordpress WPLearningLab Video: Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab.
Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL
Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist
Change WordPress Admin Username Via MySQL - Brute Force Attack Prevention | WP Learning Lab

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

In this tutorial I'm going to show you how to change the Admin username on your WordPress account to something else using a MySQL query.

Every WordPress installation that is running version 2.9 or less has an Admin username. At the time WordPress created the username when it was installed. Unfortunately, this is bad for security because it makes it easier for hackers to brute force a website.

When hackers use a brute force attack they have to guess your username and password. If they know that an Admin user exists on your website then their job is made much easier; they only need to guess your password now.

Nowadays, it's best to not even have an admin user on your WordPress site; however, sometimes it can't be deleted via the WordPress dashboard. That's when you need to do it via MySQL.

To run the query and the change the Admin username what you need to do is log into the cPanel of your hosting account and click on the phpMyAdmin option.

Once it loads find the database that your WordPress site is using and click on the Query tab. Then copy/paste the MySQL query from above into the query box.

Change the words Your New Username to an actual username you want to use. Click on the Go button and you're done, that's all you need to do.

This is a great step towards hack prevention, hardening WordPress and WordPress security.

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

--------------

If you want more excellent WordPress information check out our website where we post WordPress tutorials daily.

http://wplearninglab.com/

Connect with us:

WP Learning Lab Channel: http://www.youtube.com/subscription_center?add_user=wplearninglab

Facebook: https://www.facebook.com/wplearninglab

Twitter: https://twitter.com/WPLearningLab

Google Plus: http://google.com/+Wplearninglab

Pinterest: http://www.pinterest.com/wplearninglab/

Published:
Category: Wordpress WPLearningLab
100 Views

Related Videos

  • Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab

    Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab

    by Best Webhosting Added 94 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Password Protect Your WordPress Login Page - Brute Force Attack Prevention | WP Learning Lab # Password protect the wp-login.php file ErrorDocument 401 "Unauthorized Access" ErrorDocument 403 "Forbidden" (left pointy bracket)FilesMatch "wp-login.php"(right pointy brac

  • WordPress Username Hack - Stop Hackers Finding Out Your Username By Brute Force

    WordPress Username Hack - Stop Hackers Finding Out Your Username By Brute Force

    by Best Webhosting Added 74 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist WordPress Username Hack - Stop Hackers Finding Out Your Username By Brute Force Ever since WordPress 3.0 webmasters have had the ability to choose their own usernames when installing WordPress, which helps in reducing the number of successful brute force login attacks

  • Popular Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab

    Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab

    by Best Webhosting Added 109 Views / 0 Likes

    Limit WordPress WP-Admin Access To Specific IPs - Keep Brute Force Hackers Out | WP Learning Lab # BEGIN Restrict WP-Admin Access To Specific IPs Order Deny,Allow Allow from 123.456.789.111 Deny from all # END Block WP-Admin Access To Specific IPs In this tutorial I'm going to show you how you can disable wp-admin access to only IP addresses that you specify. This works great if you have a static IP or a known dynamic IP range that you always access t

  • Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab

    Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab

    by Best Webhosting Added 97 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Brute Force Login Attacks Explained - Better WordPress Security | WP Learning Lab #1 Biggest Security Threat Facing WordPress this year: http://bit.ly/WordPress-Security2 What is a Brute Force Attack? A hacker gains access to your website by guessing a correct usernam

  • Popular Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab

    Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab

    by Best Webhosting Added 104 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Disable WordPress XMLRPC.PHP - Common Brute Force Hacker Exploit | WP Learning Lab # BEGIN Disable XML-RPC.PHP (left pointy bracket)Files xmlrpc.php(right pointy bracket) Order Deny,Allow Deny from all (left pointy bracket)/Files(right pointy bracket) # END Disable XM

  • Limit Login Attempts Plugin - Use It To Stop Brute Force Attacks | WP Learning Lab

    Limit Login Attempts Plugin - Use It To Stop Brute Force Attacks | WP Learning Lab

    by Best Webhosting Added 94 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Limit Login Attempts Plugin - Use It To Stop Brute Force Attacks | WP Learning Lab The Limit Login Attempts WordPress Plugin is used to help prevent brute force login attacks. You can read more about this WordPress security plugin here: https://wordpress.org/plugins/l

  • Create A Custom WordPress Username And Delete The Admin User  | WP Learning Lab

    Create A Custom WordPress Username And Delete The Admin User | WP Learning Lab

    by Best Webhosting Added 75 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Create A Custom WordPress Username And Delete The Admin User | WP Learning Lab Creating a custom WordPress username is quite easy during the installation process and via the admin dashboard after WordPress is installed. You want to avoid using Admin as a username for

  • Popular How To Change Your WordPress Admin Username

    How To Change Your WordPress Admin Username

    by Best Webhosting Added 116 Views / 0 Likes

    In this video tutorial I show you how to change your WordPress admin user name to make it more secure. It’s very important to never use the username ‘admin’ with WordPress (or other softwares). You can learn more about NameHero’s world class cloud web hosting here: https://www.namehero.com/web-hosting.php

  • How to Change Your WordPress Admin Username

    How to Change Your WordPress Admin Username

    by Best Webhosting Added 27 Views / 0 Likes

    How to Change Your WordPress Admin Username In this video I cover how to change WordPress username for the administrative user of your website. When you change your WordPress admin username it will also change the default name posts are associated with. I hope this quick WordPress tutorial helps you out! My Site https://www.wpwithtom.com Awesome Services on Fiverr: https://www.wpwithtom.com/fiverr Best Hosts: Hostinger: https://wpwithtom.com/hostinger

  • Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab

    Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab

    by Best Webhosting Added 93 Views / 0 Likes

    Grab Your Free 17-Point WordPress Pre-Launch PDF Checklist: http://vid.io/xqRL Download our exclusive 10-Point WP Hardening Checklist: http://bit.ly/10point-wordpress-hardening-checklist Force SSL Usage In The WordPress Admin - WordPress Security | WP Learning Lab define('FORCE_SSL_ADMIN', true); In this tutorial I'm going to show you how to secure your WordPress admin by forcing every signed in session to use an SSL certificate (HTTPS). SSL certifica

  • Prevent Brute Force Attacks In WordPress in 2020

    Prevent Brute Force Attacks In WordPress in 2020

    by Best Webhosting Added 89 Views / 0 Likes

    Prevent Brute Force Attacks In WordPress in 2020 https://youtu.be/Wt3Amy2PI3s //* Link to backup tutorial: https://youtu.be/566Zw8e84lE Link to Wordfence Tutorial : https://youtu.be/2F460uMt2JE Join our private Facebook group today! https://www.facebook.com/groups/wplearninglab //* The way you prevent brute force attacks in WordPress is by making your site more secure than the average. That means that your site is no longer the "low hanging fruit" tha

  • How To Limit The Login Attempts On WordPress For Free? Security To  Prevent Brute Force

    How To Limit The Login Attempts On WordPress For Free? Security To Prevent Brute Force

    by Best Webhosting Added 26 Views / 0 Likes

    In today's video tutorial, we'll learn a simple, fast, and effective way to prevent brute force attacks on your WordPress website by limiting the login attempts for free Why Has Online Security Never Been More Essential https://visualmodo.com/online-security-essential/ How To Add a Security Question To Login At WordPress Dashboard? https://www.youtube.com/watch?v=jQOPMPPBvjQ How To Hide WordPress Login Page From Public? Website Security Guide https://

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS