1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext/mysqli/tests/connect.inc
T
2003-02-13 18:21:37 +00:00

11 lines
187 B
PHP

<?php
/* default values are localhost, root and empty password
Change the values if you use another configuration */
$host = "localhost";
$user = "root";
$passwd = "";
?>