if you get error KeyError: 'MYSQL_DATABASE SOCKET' just add this code after > app.config['MYSQL_DATABASE_HOST'] = 'localhost' add this > app.config['MYSQL_DATABASE_SOCKET'] = None it solve your problem thankyou