Magellan Linux

Diff of /trunk/phpmyadmin/config.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2688 by niro, Mon Aug 17 12:01:30 2015 UTC revision 2693 by niro, Tue Sep 8 10:31:36 2015 UTC
# Line 26  $i = 0; Line 26  $i = 0;
26  $i++;  $i++;
27  $cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address  $cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
28  $cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port  $cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
29  $cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket  $cfg['Servers'][$i]['socket']        = '/run/mysqld/mysqld.sock';          // Path to the socket - leave blank for default socket
30  $cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')  $cfg['Servers'][$i]['connect_type']  = 'socket';       // How to connect to MySQL server ('tcp' or 'socket')
31  $cfg['Servers'][$i]['extension']     = 'mysqli';    // The php MySQL extension to use ('mysql' or 'mysqli')  $cfg['Servers'][$i]['extension']     = 'mysqli';    // The php MySQL extension to use ('mysql' or 'mysqli')
32  $cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection  $cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
33                                                      // (requires PHP >= 4.3.0)                                                      // (requires PHP >= 4.3.0)

Legend:
Removed from v.2688  
changed lines
  Added in v.2693