WordPress How to Unlock attempts login
Look at the code below and follow it.
join MySql (mariadb) AND command line
SELECT * FROM `wp_options` WHERE `option_name`='limit_login_lockouts'
UPDATE wp_options SET option_value = '' WHERE option_name = 'limit_login_lockouts' LIMIT 1;
LOGIN OK!!
Good luck 🙂