Mysql table locked

0

When trying to query the table via phpmyadmin there is no return and it gets stuck. Not even trying to do a query with php it returns.

Any suggestions to solve?

    
asked by anonymous 24.04.2015 / 22:07

1 answer

2

use show full processlist; to see the process that is locking the table then use kill [id_do_processo]

    
17.05.2016 / 18:59