Chinaunix

标题: 各位老大,赶紧帮忙看看呀,谢谢 [打印本页]

作者: Ericzhao82    时间: 2006-10-18 13:49
标题: 各位老大,赶紧帮忙看看呀,谢谢
我的myphpadmin页面打不开了。

apache 错误日志发现如下:


root@mail# tail -f /var/log/httpd-error.log
Segmentation Fault in 499, waiting for debugger
Segmentation Fault in 500, waiting for debugger
Segmentation Fault in 498, waiting for debugger
Segmentation Fault in 501, waiting for debugger
Segmentation Fault in 726, waiting for debugger
Segmentation Fault in 803, waiting for debugger
Segmentation Fault in 826, waiting for debugger
Segmentation Fault in 827, waiting for debugger
Segmentation Fault in 828, waiting for debugger
Segmentation Fault in 829, waiting for debugger


我的phpmyadmin的设置文件:


$i++;
$cfg['Servers'][$i]['host']          = 'http://wwwmydomain/pmd'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$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
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
                                                    // and "mysql/db" tables).
                                                    // The controluser is also
                                                    // used for all relational
                                                    // features (pmadb)
$cfg['Servers'][$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = 'mypasswd';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = '';          // If set to a db-name, only
                                                    // this db is displayed in left frame
                                                    // It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = '';          // Database used for Relation, Bookmark and PDF Features
                                                    // (see scripts/create_tables.sql)
                                                    //   - leave blank for no support
                                                    //     DEFAULT: 'phpmyadmin'




我的php.ini文件,是php.ini-dist复制过来,没做任何改动,只增加了对Zend的支持。




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2