[問題]phpMyAdmin問題

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
jackyct1
星球公民
星球公民
文章: 86
註冊時間: 2003-07-18 21:09
來自: 香港

[問題]phpMyAdmin問題

文章 jackyct1 »

●架設主機作業系統:Windows XP
●免費空間連結: http://www.coolfreepages.com/
●您的上網方式:hkbn
●您的 phpBB2 版本:還未有裝
●錯誤代碼:

當我到http://deadforum.coolfreepage.com/phphpJacky/時,
它的代碼是:

代碼: 選擇全部

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said: 


#1045 - Access denied for user: 'nacs8543@localhost' (Using password: YES)

Fatal error: Call to undefined function: pma_showmysqldocu() in /users/coolfreepage.com/deadforum/phphpJacky/libraries/common.lib.php on line 468


下面兩個code是我修改了的config.inc.php

代碼: 選擇全部

$cfg['PmaAbsoluteUri'] = "http://deadforum.coolfreepage.com/phphpJacky/";

代碼: 選擇全部

$i++;
$cfg['Servers'][$i]['host']          = 'localhost'; // 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]['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)
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'nacs8543';      // MySQL user
$cfg['Servers'][$i]['password']      = '[color=#ff0044]密碼[/color]';          // MySQL password (only needed
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = 'DB\_nacs8543';          // If set to a db-name, only
                                                    // this db is displayed
                                                    // at left frame
                                                    // It may also be an array
                                                    // of db-names
$cfg['Servers'][$i]['verbose']       = '';          // Verbose name for this host - leave blank to show the hostname

$cfg['Servers'][$i]['pmadb']         = 'DB\_nacs8543';          // Database used for Relation, Bookmark and PDF Features
                                                    // (see scripts/create_tables.sql)
                                                    //   - leave blank for no support
                                                    //     DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = 'PMA_bookmark';          // Bookmark table
                                                    //   - leave blank for no bookmark support
                                                    //     DEFAULT: 'PMA_bookmark'
$cfg['Servers'][$i]['relation']      = 'PMA_relation';          // table to describe the relation between links (see doc)
                                                    //   - leave blank for no relation-links support
                                                    //     DEFAULT: 'PMA_relation'
$cfg['Servers'][$i]['table_info']    = 'PMA_table_info';          // table to describe the display fields
                                                    //   - leave blank for no display fields support
                                                    //     DEFAULT: 'PMA_table_info'
$cfg['Servers'][$i]['table_coords']  = 'PMA_table_coords';          // table to describe the tables position for the PDF schema
                                                    //   - leave blank for no PDF schema support
                                                    //     DEFAULT: 'PMA_table_coords'
$cfg['Servers'][$i]['pdf_pages']     = 'PMA_pdf_page';          // table to describe pages of relationpdf
                                                    //   - leave blank if you don't want to use this
                                                    //     DEFAULT: 'PMA_pdf_pages'
$cfg['Servers'][$i]['column_info']   = 'PMA_column_info';          // table to store column information
                                                    //   - leave blank for no column comments/mime types
                                                    //     DEFAULT: 'PMA_column_info'
$cfg['Servers'][$i]['history']       = 'PMA_history';          // table to store SQL history
                                                    //   - leave blank for no SQL query history
                                                    //     DEFAULT: 'PMA_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE;        // set to FALSE if you know that your PMA_* tables
                                                    // are up to date. This prevents compatibility
                                                    // checks and thereby increases performance.
$cfg['Servers'][$i]['AllowDeny']['order']           // Host authentication order, leave blank to not use
                                     = '';
$cfg['Servers'][$i]['AllowDeny']['rules']           // Host authentication rules, leave blank for defaults
                                     = array();
我是根據下面的地方弄的:
教學:http://phpbb-tw.net/phpbb/viewtopic.php ... olfreepage

還有這個網站說我要改一些地方:
http://coolfreepages.com/faq.html
它叫我改:

代碼: 選擇全部

$cfgServers[1]['host'] = 'localhost'; 
$cfgServers[1]['auth_type'] = 'config'; 
$cfgServers[1]['user'] = 'nacXXXXX'; 
$cfgServers[1]['password'] = 'XXXXXX'; 
$cfgServers[1]['only_db'] = 'DB\_nacXXXXX'; 
請問我有什麼地方錯誤了^^"

謝謝~*
jackyct1
星球公民
星球公民
文章: 86
註冊時間: 2003-07-18 21:09
來自: 香港

文章 jackyct1 »

不好意思...
我是不是post錯版啦...?@.@||
主題已鎖定

回到「phpBB 2 安裝與使用」