php-src/ext/mysqli/tests/connect.inc

11 lines
187 B
PHP
Raw Normal View History

2003-02-13 18:21:37 +00:00
<?php
/* default values are localhost, root and empty password
Change the values if you use another configuration */
$host = "localhost";
$user = "root";
$passwd = "";
?>