django3.x version does not support versions MySQL5.x

In fact django2.0 version is no longer supported MySQL5.x of the most MySQL5.1 initially installed, at the time of learning django, django version 3.0 when performing `python manage.py migrate`, error sql syntax error after Baidu that is no longer supported MySQL5.1 django2.x later version, there are two practices: 1, reduced version of django, 2, upgraded version of MySQL in the long run, of course, is an upgraded version of MySQL the upgrade MySQL, MySQL must first uninstall the original too, too much trouble MySQL uninstall, uninstall manually uninstall difficult to clean, refer to this article https://blog.csdn.net/Angel_guoo/article/details/80330717? utm_source = blogxgwz5

There has been such a mistake when installing MySQL8.0.19 version,

Can not find VCRUNTIME140_1.dll

Later Baidu search that is MySQL8.0 version does not support VC ++ 2017, and the good-hearted people there to download the other version was VC ++,

For details, see Baidu says:

Link: https: //pan.baidu.com/s/1_xPr12AfekAki7f7BnXDiA
extraction code: yo42

After downloading the installation can be solved

Then reinstall MySQL8.0.19

https://www.jb51.net/article/179206.htm

 

Guess you like

Origin www.cnblogs.com/gaoshiguo/p/12272980.html