]> granicus.if.org Git - php/commitdiff
include file for test
authorGeorg Richter <georg@php.net>
Thu, 13 Feb 2003 18:21:37 +0000 (18:21 +0000)
committerGeorg Richter <georg@php.net>
Thu, 13 Feb 2003 18:21:37 +0000 (18:21 +0000)
ext/mysqli/tests/connect.inc [new file with mode: 0644]

diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc
new file mode 100644 (file)
index 0000000..aa1d30a
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+  /* default values are localhost, root and empty password 
+     Change the values if you use another configuration   */
+
+       $host = "localhost";
+       $user = "root";
+       $passwd = "";
+
+?>