1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/mysql/tests/connect.inc
Marcus Boerger d129242ad5 Add some tests
2004-01-12 02:31:08 +00:00

11 lines
187 B
PHP
Executable File

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