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