sqlectron-gui
sqlectron-gui copied to clipboard
Not connecting to the database, not showing error either

need help
Send your data of connect, maybe some data to be wrong. possibles errors:
- Port different
- host different
I have the same issue.
I'm connecting to an MSSQL database in Azure, over the internet. No proxy.
What data do you need? Where can I get the logs?
I looked up the log file in the settings /Users/matthew/Library/Preferences/Sqlectron/sqlectron.log, it doesn't say much:
{
"servers": [
{
"id": "b2dd5ff4-7351-469c-8b1b-59ac260d5be1",
"name": "My Database",
"client": "sqlserver",
"ssl": false,
"host": "redacted.database.windows.net",
"port": 1433,
"socketPath": null,
"user": "ez2view",
"password": "my password hash",
"database": "mms",
"schema": null,
"encrypted": true
}
],
"zoomFactor": 1,
"limitQueryDefaultSelectTop": 100,
"enabledAutoComplete": false,
"enabledLiveAutoComplete": false,
"enabledDarkTheme": true,
"disabledOpenAnimation": false,
"csvDelimiter": ",",
"log": {
"console": true,
"file": false,
"level": "error",
"path": "/Users/matthew/Library/Preferences/Sqlectron/sqlectron.log"
}
}