NYCPHP Meetup

NYPHP.org

[nycphp-talk] AMD64 phpMyAdmin with PHP 5

John Lacey jlacey at att.net
Sun Dec 26 02:15:57 EST 2004


Mark Horton wrote:
> Is anyone using phpMyAdmin on AMD64 with PHP 5?  I'm getting segfaults 
> when I try to use "mysqli".  If I switch to just "mysql" then it works 
> fine.  However, I'm using mysql 4.1.8 and would like to use mysqli.
> 
> Just curious if I'm doing something wrong or if others are having the 
> same issue.
> 
> Versions I'm using:
> 
> PHP 5.0.3
> MYSQL 4.1.8
> Apache 2.0.52
> phpMyAdmin 2.6.0-pl3
> 


have you taken a look at the config file for the mysqli change?
.
.
.


$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to 
MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL 
extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed 
protocol for the MySQL connection
.
.
.

John




More information about the talk mailing list