Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address already in use. #15

Open
Chris2011 opened this issue Oct 17, 2019 · 1 comment
Open

address already in use. #15

Chris2011 opened this issue Oct 17, 2019 · 1 comment

Comments

@Chris2011
Copy link

Chris2011 commented Oct 17, 2019

When I try to connect to my DB with correct credentials and all, I got this message:

Error: listen EADDRINUSE: address already in use :::3306
    at Server.setupListenHandle [as _listen2] (net.js:1279:14)
    at listenInCluster (net.js:1327:12)
    at Server.listen (net.js:1414:7)
    at Server.listen (C:\Users\Chrl\AppData\Roaming\npm\node_modules\seeql\node_modules\mysql2\lib\server.js:28:25)
    at Object.<anonymous> (C:\Users\Chrl\AppData\Roaming\npm\node_modules\seeql\dist\index.js:188:8)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)

Is there a need to change the port or what? I thought it is listening on that port.

@Chris2011
Copy link
Author

Command that I want to call: seeql --database-host=localhost --databse-user=root --database-password --database-database=mydb

Using Windows 10 64Bit and Wampserver64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant