-
-
Save mishak87/7411147 to your computer and use it in GitHub Desktop.
MSSQL & PHP on *nix
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
dblib:host=<host>;dbname=<dbname> |
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
# use host:<name> | |
[<name>] | |
host = <ip> | |
port = 1433 | |
tds version = 7.2 | |
client charset = UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment