forked from mtxr/SublimeText-SQLTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review and improve PostgreSQL, MySQL, MSSQL config
PostgreSQL * host, port, username are now optional (can be set via environment vars) MySQL * add configurable MySQL connection charset via `--default-character-set` * add `--no-auto-rehash` and `--compress` to improve mysql startup time and improve latency on slow networks * host, port, username are now optional (can be set via defaults-extra) * supply password via env var `MYSQL_PWD` to avoid security warning * other minor tweaks MSSQL * for internal commands send (and ignore) errors to stderr
- Loading branch information
Showing
2 changed files
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters