mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
10 lines
187 B
PHP
10 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 = "";
|
|
|
|
?>
|