AddOn/SQL-ManagmentStudio_Online/config.php hinzugefügt
This commit is contained in:
parent
5f124aec30
commit
9f6841052f
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
/**************** Servername\Instance ****************/
|
||||
$ServerName = "MS-SQL-Server-Host, 59001";
|
||||
$changeDataInSQLPassword = "AdminPass";
|
||||
/**************** Cathalog\User ****************/
|
||||
$ConnectionInfo = array( "Database"=>"DB-Name",
|
||||
"UID"=>"SQL-Username",
|
||||
"PWD"=>"SQL-Password",
|
||||
"Encrypt"=>false,
|
||||
"TrustServerCertificate"=>false,
|
||||
"CharacterSet" => "UTF-8");
|
||||
|
||||
/********************************************************/
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue