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

How to connect android app to App engine -

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

php - display validation error message next to the textbox in codeigniter -