Last change
on this file was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
895 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | <?php |
---|
| 2 | /* |
---|
| 3 | * Generated configuration file |
---|
| 4 | * Generated by: phpMyAdmin 3.4.10 setup script |
---|
| 5 | * Date: Thu, 16 Feb 2012 21:02:31 +0100 |
---|
| 6 | */ |
---|
| 7 | |
---|
| 8 | /* Servers configuration */ |
---|
| 9 | $i = 0; |
---|
| 10 | |
---|
| 11 | /* Server: localhost [1] */ |
---|
| 12 | $i++; |
---|
| 13 | $cfg['Servers'][$i]['verbose'] = ''; |
---|
| 14 | $cfg['Servers'][$i]['host'] = ''; |
---|
| 15 | $cfg['Servers'][$i]['port'] = ''; |
---|
| 16 | $cfg['Servers'][$i]['socket'] = '/var/run/mysql/mysql.sock'; |
---|
| 17 | $cfg['Servers'][$i]['connect_type'] = 'socket'; |
---|
| 18 | $cfg['Servers'][$i]['extension'] = 'mysqli'; |
---|
| 19 | $cfg['Servers'][$i]['auth_type'] = 'http'; |
---|
| 20 | $cfg['Servers'][$i]['user'] = ''; |
---|
| 21 | $cfg['Servers'][$i]['password'] = ''; |
---|
| 22 | $cfg['Servers'][$i]['verbose_check'] = false; |
---|
| 23 | |
---|
| 24 | /* End of servers configuration */ |
---|
| 25 | |
---|
| 26 | #De volgende configuratieregel zet de standaard interface op NL, |
---|
| 27 | #zet wel een # voor de regel met en |
---|
| 28 | #$cfg['DefaultLang'] = 'nl'; |
---|
| 29 | $cfg['DefaultLang'] = 'en'; |
---|
| 30 | $cfg['ServerDefault'] = 1; |
---|
| 31 | $cfg['UploadDir'] = ''; |
---|
| 32 | $cfg['SaveDir'] = ''; |
---|
Note: See
TracBrowser
for help on using the repository browser.