forked from SimonSimCity/PhpSpeed
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig_db.tpl.php
25 lines (22 loc) · 863 Bytes
/
config_db.tpl.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/***************************************************************************
*
* PHPspeed.com | PHP Benchmarking Script
* http://www.phpspeed.com
* March 17, 2007
*
* This is a commercial script. You MAY modify this script for your
* personal use. You MAY NOT redistrubute modified code without the
* written permission of the author. Please see the included license
* for additional restrictions.
*
***************************************************************************/
// This is the login and password to use the scripts, change to whatever you like
$admin = "admin";
$pass = "pass";
// Enter your MySQL connection information below
$dbhost = "localhost";
$dbuname = "ENTERYOURDBUSERNAME";
$dbpass = "ENTERYOURPASSWORD";
// This is the DB where all of the config and results data will be stored
$dbname = "phpspeed";