I25 chat server.cfg: Difference between revisions
From OuroDev
Created page with "<syntaxhighlight lang="text"> SqlDbName cohchat SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=localhost\SQLEXPRESS;Uid=sa;Pwd=YourL33TPASS!;" </syntaxhighlight>" |
No edit summary |
||
Line 1: | Line 1: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
SqlDbName cohchat | SqlDbName cohchat | ||
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server= | SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=COH-MSSQL\MSSQL;UID=MSSQLUSERNAMEHERE;PWD=MSSQLPASSWORDHERE;" | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 19:51, 21 May 2019
SqlDbName cohchat
SqlLogin "DRIVER={SQL Server Native Client 11.0};Server=COH-MSSQL\MSSQL;UID=MSSQLUSERNAMEHERE;PWD=MSSQLPASSWORDHERE;"