I call a procedure that includes an infinite loop in phpmyadmin:
WHILE i < 10 DO
INSERT INTO ...
END WHILE;
Then I can’t get into phpmyadmin anymore. It just shows 500 error. Is it possible to resolve it without root permission?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Could you reboot the server?
If its shared hosting just call them and ask for a reboot/fix. Also, its mysql that is in a loop. Not phpmyadmin.
Without ssh access and root powers you are pretty much stuck.
On shared hosting its possible eventually the process will be killed/server rebooted because it is probably eating up ressources.