i create a new user with all permision and a new empty database, i have my sql on localhost:2145
On cuckoo.conf
connection = mysql://cuckoo:k300ififa@127.0.0.1:2145/cuckoo
The log, error, files etc can be found at:
cuckoo] CRITICAL: CuckooDatabaseError: Unable to create or connect to database: (_mysql_exceptions.OperationalError) (2013, "Lost connection to MySQL server at 'reading initial communication packet', system error: 0")
(Background on this error at: http://sqlalche.me/e/e3q8)
Thanks for creating an issue! But first: did you read our community guidelines? https://cuckoo.sh/docs/introduction/community.html
My issue is:
I cant connect my Cuckoo with SQLSERVER from xamp
My Cuckoo version and operating system are:
ubuntu 18.04 Cuckoo Sandbox 2.0.7
This can be reproduced by:
i create a new user with all permision and a new empty database, i have my sql on localhost:2145 On cuckoo.conf connection = mysql://cuckoo:k300ififa@127.0.0.1:2145/cuckoo
The log, error, files etc can be found at:
cuckoo] CRITICAL: CuckooDatabaseError: Unable to create or connect to database: (_mysql_exceptions.OperationalError) (2013, "Lost connection to MySQL server at 'reading initial communication packet', system error: 0") (Background on this error at: http://sqlalche.me/e/e3q8)