0

ERROR 1099 (HY000): Table website was locked with a READ lock and cannaot be updated

hi when i try insert data' s into table from particular table it shows below error. how to overcome from this issue.

ERROR 1099 (HY000): Table ' website'  was locked with a READ lock and can' t be updated
MariaDB MySQL Add a comment
iqbal
asked Oct 21 2017

Answer

0

this problem occurred due to that table you trying to access is locked try to unlock by using UNLOCK TABLES.

Add a comment
arunkumarak
asked Oct 22 2017
edited Oct 05 2018
Post your Answer