Changeset 1998

Show
Ignore:
Timestamp:
10/05/07 20:31:07 (1 year ago)
Author:
anarcat
Message:

switch to tcp connections in pma so that we can support remote mysqls properly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/etc/alternc/phpmyadmin.inc.php

    r722 r1998  
    2020$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port 
    2121$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket 
    22 $cfg['Servers'][$i]['connect_type']  = 'socket';    // How to connect to MySQL server ('tcp' or 'socket') 
     22$cfg['Servers'][$i]['connect_type']  = 'tcp';    // How to connect to MySQL server ('tcp' or 'socket') 
    2323$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli') 
    2424$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection 
     
    4242$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port 
    4343$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket 
    44 $cfg['Servers'][$i]['connect_type']  = 'socket';    // How to connect to MySQL server ('tcp' or 'socket') 
     44$cfg['Servers'][$i]['connect_type']  = 'tcp';    // How to connect to MySQL server ('tcp' or 'socket') 
    4545$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection 
    4646//                                                    // (requires PHP >= 4.3.0)