Monday, February 11, 2019

Easily migrate a Django DB from SQLite to MySQL.

(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-3834444403093222", enable_page_level_ads: true }); Step1:  (adsbygoogle = window.adsbygoogle || []).push({}); Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient to download mysqlclient library and download the version which suits your python version....

pip install mysqlclient error fixed. 100% working solution...

Step1:  Go to https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysqlclient to download mysqlclient library and download the version which suits your python version. To check whether your installed python is 32/64 bits, simply search for python in search box in windows 10. Warning: Though your pc is 64 bits, the python on your pc may be of 32 bits so download the...