Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
// Coppermine configuration file
3
 
4
// MySQL configuration
5
$CONFIG['dbserver'] =                         'localhost';        // Your databaseserver
6
$CONFIG['dbuser'] =                         'root';        // Your mysql username
7
$CONFIG['dbpass'] =                         '';                // Your mysql password
8
$CONFIG['dbname'] =                         'coppermine';        // Your mysql database name
9
 
10
 
11
// MySQL TABLE NAMES PREFIX
12
$CONFIG['TABLE_PREFIX'] =                'cpg132_';
13
?>