WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('in-progress') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

WordPress database error: [Table './ay6u3nor6dat6ba1/kn6_ayu1n9k4_5_actionscheduler_actions' is marked as crashed and last (automatic?) repair failed]
SELECT a.action_id FROM kn6_ayu1n9k4_5_actionscheduler_actions a WHERE 1=1 AND a.hook='aioseo_send_usage_data' AND a.status IN ('pending') ORDER BY a.scheduled_date_gmt ASC LIMIT 0, 1

Resest password in wordpress from database directly | Loop and Break

Reset password in wordpress from database directly

There are a lot of tables in any wordpress installation, in order to reset user password password we have follow some simple steps as :

Step 1

Find out your wp_user table.

Step 2

Find out user_pass column, then locate the ID for which you want to reset password.

Step 3

Delete the existing password.

Step 4

Type your new password in any file (say notepad). Convert MD5 of this string from any web sites and then after computing MD5 paste the string here (user_pass) and you are done.

Untitled

Share

You may also like...