-
Notifications
You must be signed in to change notification settings - Fork 1.7k
CuckooDatabaseError #3191
Description
My issue is:
Cuckoo doesn't connect to localhost even though MySQL80 is running with localhost
My Cuckoo version and operating system are:
Windows 10 , 64-bit , x86
In
This can be reproduced by:
The log, error, files etc can be found at:
Checking for updates...
You're good to go!
Our latest blogposts:
-
Cuckoo Sandbox 2.0.7, June 19, 2019.
Stability and security
More at https://cuckoosandbox.org/blog/207-interim-release -
IQY malspam campaign, October 15, 2018.
Analysis of a malspam campaign leveraging .IQY (Excel Web Query) files containing DDE to achieve code execution.
More at https://hatching.io/blog/iqy-malspam -
Hooking VBScript execution in Cuckoo, October 03, 2018.
Details on implementation of Visual Basic Script instrumentation for Cuckoo Monitor for extraction of dynamically executed VBScript.
More at https://hatching.io/blog/vbscript-hooking -
Cuckoo Sandbox 2.0.6 pentest, September 18, 2018.
Cuckoo Sandbox 2.0.6 public pentest performed by Cure53 and sponsored by PolySwarm!
More at https://hatching.io/blog/cuckoo-206-pentest -
Cuckoo Sandbox 2.0.6, June 07, 2018.
Interim release awaiting the big release.
More at https://cuckoosandbox.org/blog/206-interim-release
Traceback (most recent call last):
File "c:\python27\lib\runpy.py", line 174, in _run_module_as_main
"main", fname, loader, pkg_name)
File "c:\python27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Python27\Scripts\cuckoo.exe_main.py", line 7, in
File "c:\python27\lib\site-packages\click\core.py", line 716, in call
return self.main(*args, **kwargs)
File "c:\python27\lib\site-packages\click\core.py", line 696, in main
rv = self.invoke(ctx)
File "c:\python27\lib\site-packages\click\core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\python27\lib\site-packages\click\core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\python27\lib\site-packages\click\core.py", line 534, in invoke
return callback(*args, **kwargs)
File "c:\python27\lib\site-packages\click\decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "c:\python27\lib\site-packages\cuckoo\main.py", line 321, in init
cuckoo_init(logging.INFO, ctx.parent, cfg)
File "c:\python27\lib\site-packages\cuckoo\main.py", line 185, in cuckoo_init
Database().connect()
File "c:\python27\lib\site-packages\cuckoo\core\database.py", line 465, in connect
self._create_tables()
File "c:\python27\lib\site-packages\cuckoo\core\database.py", line 473, in _create_tables
"Unable to create or connect to database: %s" % e
cuckoo.common.exceptions.CuckooDatabaseError: Unable to create or connect to database: (_mysql_exceptions.OperationalError) (2003, "Can't connect to MySQL server on '127.0.0.1' (10061)")
(Background on this error at: http://sqlalche.me/e/e3q8)