php - Cannot DROP TABLE in mysql -


i insert data php pdo like: begintransaction -> execute query -> commit , going well. found that, after insert data steps. can't run drop table in mysql command line.

when type : mysql> drop table accounts; terminal keep running nothing change. must ctrl+c abort it.

i want know reason these. , how fix it?


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -