-
Notifications
You must be signed in to change notification settings - Fork 263
Description
I install all libs.
MySQL DB on another virtual machine.
Login and password is correct.
I have access from remote machine.
Firewall disabled.
Scheme created.
User created.
Access granted.
I stuck, please help
/UniqueMachine/cross_browser-master/flask/server.py
Traceback (most recent call last):
File /UniqueMachine/cross_browser-master/flask/server.py", line 8, in
create_app().run(host = '0.0.0.0')
File /UniqueMachine/cross_browser-master/flask/server.py", line 4, in create_app
from uniquemachine_app import app
File /UniqueMachine/cross_browser-master/flask/uniquemachine_app.py", line 17, in
app.config['MYSQL_DATABASE_USER'] = config.get('mysql', 'admin2')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'mysql'