我已根此修改 , 但一開就出現 :小竹子 寫:有顏色的部分是要填寫的代碼: 選擇全部
// 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
\n我用 Linux Mandrake 8.2 , 請各位指導一下 ! thank you不能載入 MySQL 模組,
請檢查 PHP 的組態設定

