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?
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?
use show full processlist;
to see the process that is locking the table then use kill [id_do_processo]