Changeset 2001 for alternc/trunk/etc
- Timestamp:
- 10/05/07 20:57:53 (1 year ago)
- Files:
-
- alternc/trunk/etc/alternc/phpmyadmin.inc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/etc/alternc/phpmyadmin.inc.php
r2000 r2001 15 15 */ 16 16 17 include_once('/var/alternc/bureau/class/local.php'); 18 17 19 $i = 1; 18 20 19 $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address21 $cfg['Servers'][$i]['host'] = $L_MYSQL_HOST; // MySQL hostname or IP address 20 22 $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') 21 23 $cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)? … … 27 29 28 30 // Uncomment to override the default configuration 29 $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address31 $cfg['Servers'][$i]['host'] = $L_MYSQL_HOST; // MySQL hostname or IP address 30 32 $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket') 31 33 $cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
