summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/connect.inc
blob: aa1d30a17eac44c90ada2668a56198d17f4accea (plain)
1
2
3
4
5
6
7
8
9
10
<?php

  /* default values are localhost, root and empty password 
     Change the values if you use another configuration   */

	$host = "localhost";
	$user = "root";
	$passwd = "";

?>