1 頁 (共 1 頁)

[問題][教學]phpMyAdmin 登入

發表於 : 2004-03-08 17:59
kai_va
我按照小竹對phpmyadmin登入進行修改\r
http://phpbb-tw.net/phpbb/viewtopic.php?t=16221
但卻出現錯誤..


Previous / Next / Up / Table of Contents
21.1 Error Returns
Following are error codes that may appear when you call MySQL from any host language.

The Name and Error Code columns correspond to definitions in the MySQL source code file: `include/mysqld_error.h'

The SQLSTATE column corresponds to definitions in the MySQL source code file: `include/sql_state.h'

The SQLSTATE error code will appear only if you use MySQL version 4.1. SQLSTATE codes were added for compatibility with X/Open / ANSI / ODBC behavior.

A suggested text for each error code can be found in the error-message file: `share/english/errmsg.txt'

Because updates are frequent, it is possible that the above sources will contain additional error codes.

發表於 : 2004-03-08 18:07
kai_va
●架設主機作業系統:WindowsXp Pro、2003 Server
快速架站程式:Appserv2.3
●免費空間連結: http://www.tripod.lycos.co.uk/ (請務必留下連結)。(如果架設在免費空間才填寫)
●您的上網方式:ADSL、
●您的 phpBB2 版本:phpBB 2.06
●您的 domain(網域名稱) :不知\r
●您的 phpBB2 連結網址: 不知\r

代碼: 選擇全部

phpBB : Critical Error 

Could not connect to the database 

發表於 : 2004-03-08 18:09
Mac
你得自行建立資料庫,phpBB 的安裝不會幫你做這一個步驟

~Mac

發表於 : 2004-03-08 18:12
kai_va
我己經建立了phpbb資料庫...原來我發現不用填寫資料庫使用者帳號和密碼,主機連接埠也不用

發表於 : 2004-04-02 01:28
jessie
錯誤

MySQL 傳回:


#1045 - Access denied for user: 'jessie@localhost' (Using password: YES)
[說明文件]

我照小竹子的教學...請問這是什麼問題

發表於 : 2004-04-02 10:40
吉川拓也
jessie 寫:錯誤

MySQL 傳回:


#1045 - Access denied for user: 'jessie@localhost' (Using password: YES)
[說明文件]

我照小竹子的教學...請問這是什麼問題
請遵守執行順序 !
先進入 phpmyadmin 裡面新增一組管理者帳號 (權限請全開) !
之後刪除其他使用者 . 全部喔 !

之後開始按照小竹子大大的教學把你剛剛新增的使用者帳號密碼輸入 !
重心開啟 Apache 即可 !

發表於 : 2004-04-03 00:16
jessie
吉川拓也 寫:
jessie 寫:錯誤

MySQL 傳回:


#1045 - Access denied for user: 'jessie@localhost' (Using password: YES)
[說明文件]

我照小竹子的教學...請問這是什麼問題
請遵守執行順序 !
先進入 phpmyadmin 裡面新增一組管理者帳號 (權限請全開) !
之後刪除其他使用者 . 全部喔 !

之後開始按照小竹子大大的教學把你剛剛新增的使用者帳號密碼輸入 !
重心開啟 Apache 即可 !
之前有新增使用者了權限最大\r
但我是用root install我的論壇的說\r
還可以刪除嗎

發表於 : 2004-04-03 00:22
吉川拓也
之前有新增使用者了權限最大
但我是用root install我的論壇的說
還可以刪除嗎
這兩個是不相關的 . 你已經安裝完成論壇 !
並且權限也已經新增完成 . 並不會影響你進入 phpmyadmin 還有論壇 !

除非你自己忘了帳號密碼@_@

發表於 : 2004-04-03 00:27
jessie
吉川拓也 寫:
之前有新增使用者了權限最大
但我是用root install我的論壇的說
還可以刪除嗎
這兩個是不相關的 . 你已經安裝完成論壇 !
並且權限也已經新增完成 . 並不會影響你進入 phpmyadmin 還有論壇 !

除非你自己忘了帳號密碼@_@
成功了...謝謝指導

發表於 : 2004-04-03 01:02
jessie
phpBB : Critical Error

Could not connect to the database

好像不能把root刪了..

發表於 : 2004-04-03 01:07
jessie
我知道了...
config.php這邊要改\r

代碼: 選擇全部

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';

$dbhost = 'localhost';
$dbname = 'phpbb';
$dbuser = '[color=blue]你的名字'[/color];
$dbpasswd = '[color=red]你的密碼'[/color];

\n$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>

發表於 : 2004-04-03 01:15
吉川拓也
jessie 寫:我知道了...
config.php這邊要改\r

代碼: 選擇全部

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';

$dbhost = 'localhost';
$dbname = 'phpbb';
$dbuser = '[color=blue]你的名字'[/color];
$dbpasswd = '[color=red]你的密碼'[/color];

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>
這篇我已經教了 :
http://phpbb-tw.net/phpbb/viewtopic.php ... highlight=

發表於 : 2004-04-03 19:24
jessie
在phpmyadmin出現的錯誤視窗...
http://...../main.php?lang=zh-tw&server=1
http://...../db_details_structure.php?lang=zh-tw&server=1&db=phpbb
這兩個檔案出了什麼問題嗎?

發表於 : 2004-04-03 20:49
大佬
能把畫面拍下來嗎?你是localhost我們連不上

發表於 : 2004-04-03 22:55
jessie
圖檔
圖檔