<?php
// xMySQL 2.1
// Copyright (c) 2002, 2003 by Alexander Serbe. All rights reserved.
// ---------------------------------------------------------------------------------
$mysql_host[0]['host'] = "localhost";
$mysql_host[0]['uid'] = "httpd";
$mysql_host[0]['pwd'] = "";
$mysql_host[0]['db'] = "xmysql_test";
?>
|