mysql - what is "Waiting for table level lock"? -


why have many queries when using 'show processlist ' show processlist;

and cpu 600+% used

enter image description here

is there can improve mysql performance? thanks

yes, can change storage engine myisam innodb - myisam knows table level locking (when writes record, blocks whole table), while innodb knows row level locking (it locks row writing to)


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -