What is PyMySQL and how does it differ from MySQLdb? Can it affect Django deployment?
问题 I just solved some problems in my Django 1.3 app by using PyMySQL instead of MySQLdb. I followed this tutorial on how to make the switch: http://web-eng-help.blogspot.com/2010/09/install-mysql-5-for-python-26-and.html Now I want to know what PyMySQL actually is and how it is different from MySQLdb. I am using it on localhost and will then upload it to some hosting. Is it fine to use PyMySQL on localhost and on hosting whatever they provide? Since I have changed "MySQLdb" in base.py and