MySQL: Error dropping database (errno 13; errno 17; errno 39)
I failed to drop a database:
I failed to drop a database:
In my Python socket program, I sometimes need to interrupt it with Ctrl-C. When I do this, it does close the connection using socket.close()
.