MySQL kill sleep processes

How to kill sleep/idle/zombie processes in mysql.

MySQL delete table rows and reset index

How to delete all rows of a table and also reset the index.

Convert mysql to sqlite

A script to convert mysql to sqlite.

Insert into MySQL with Python dict

How to use Python dict as data source for MySQL insert-into statement.

Python connect mysql with pymysql

PyMySQL is a pure-Python MySQL client library which allows you to easily connect to MySQL db and perform db operations in pythonic way.

How to reset mysql root password

How to reset mysql root password.