1 頁 (共 1 頁)

[問題] phpMyAdmin

發表於 : 2002-07-27 16:11
WWWW
小竹子 寫:有顏色的部分是要填寫的

代碼: 選擇全部

// The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfgServers[$i]['host']          = [color=brown]'xxx.xxx.xxx'[/color]; // MySQL hostname
$cfgServers[$i]['port']          = '';          // MySQL port - leave blank for default port
$cfgServers[$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfgServers[$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[$i]['controluser']   = '[color=red]account[/color]';          // MySQL control user settings
                                                // (this user must have read-only
$cfgServers[$i]['controlpass']   = '[color=brown]password[/color]';          // access to the "mysql/user"
                                                // and "mysql/db" tables)
$cfgServers[$i]['auth_type']     = 'http';    // Authentication method (config, http or cookie based)?
$cfgServers[$i]['user']          = '[color=red]mysqluser[/color]';      // MySQL user
$cfgServers[$i]['password']      = '[color=brown]mysqluserpass'[/color];          // MySQL password (only needed
                                                // with 'config' auth_type)
$cfgServers[$i]['only_db']       = '[color=red]dbname[/color]';          // If set to a db-name, only
我已根此修改 , 但一開就出現 :
不能載入 MySQL 模組,
請檢查 PHP 的組態設定
\n我用 Linux Mandrake 8.2 , 請各位指導一下 ! thank you

發表於 : 2002-07-27 16:21
小竹子
去檢查你的php.ini有沒有支援mysql
不然所有的模組重掛一次

發表於 : 2002-07-27 16:29
WWWW
php.ini 在 server 那 , 如何看有沒有支援mysql

如果沒有 , 又應怎样做 ?

發表於 : 2002-07-27 18:56
小竹子
增加上去呀!
不過建議你重新安裝所有的模組比較快