AddOn/SQL-ManagmentStudio_Online/config.php hinzugefügt

This commit is contained in:
olinet 2025-09-28 09:34:53 +02:00
parent 5f124aec30
commit 9f6841052f
1 changed files with 15 additions and 0 deletions

View File

@ -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");
/********************************************************/
?>