steve07s 3 жил өмнө
parent
commit
e88015ed0b
1 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 2 3
      script/php/sql.php

+ 2 - 3
script/php/sql.php

@@ -1,7 +1,6 @@
 <?php
-    $hostname = 'GMGIS\SQLEXPRESS';
-    //$hostname = 'DESKTOP-5JAT8FP\TEST';
+    //$hostname = 'GMGIS\SQLEXPRESS';
+    $hostname = 'DESKTOP-5JAT8FP\TEST';
     $username = 'BIMuser';
     $password = 'Component3444';
     $dbname = "21000X";
-?>