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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -