Simply I'm trying to connect Flask with MySQL DB
I have Python 3.6 version and
$pip3 --version
o/p : pip 9.0.1 from /usr/local/lib/python3.6/site-packages (python 3.6)
While installing flask-mysqldb extension getting error mysql config not found. As mentioned in site http://flask-mysqldb.readthedocs.io/en/latest/ there's support only Python 2.7, 3.4 and 3.5 what about 3.6 ? is there any good alternative to flask-mysqldb ?