Last updated 1 year ago
The first step in this process is to login to the MySQL command line where we will be executing some statements:
mysql -u root -p
Now run the command below:
# Remember to change 'SERVER_ID' to the server that cannot be recovered UPDATE panel.servers SET status = 'reinstall_failed' WHERE id = ;