When I open fpdb.py program do not start.This is in fpdb-error-log.txt.
Traceback (most recent call last):
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 465, in <module>
me = fpdb()
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 377, in __init__
self.load_profile()
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 269, in load_profile
self.settings['db-password'])
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb_db.py", line 62, in connect
self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = database, use_unicode=True)
File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
return Connection(*args, **kwargs)
File "C:\Python25\lib\site-packages\MySQLdb\connections.py", line 170, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' (10061)")
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I open fpdb.py program do not start.This is in fpdb-error-log.txt.
Traceback (most recent call last):
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 465, in <module>
me = fpdb()
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 377, in __init__
self.load_profile()
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb.py", line 269, in load_profile
self.settings['db-password'])
File "C:\Documents and Settings\Petr\Plocha\fpdb_0.11.32\pyfpdb\fpdb_db.py", line 62, in connect
self.db=MySQLdb.connect(host = host, user = user, passwd = password, db = database, use_unicode=True)
File "C:\Python25\lib\site-packages\MySQLdb\__init__.py", line 74, in Connect
return Connection(*args, **kwargs)
File "C:\Python25\lib\site-packages\MySQLdb\connections.py", line 170, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' (10061)")
Hi, This almost certainly means that MySQL isn't actually running.