1 頁 (共 1 頁)

[問題]配置Appserv 2.3.0 仍連接不到Mysql

發表於 : 2004-01-30 13:42
貓星少年
需要其他設定???
help me??

發表於 : 2004-01-30 13:46
夢幻LUGIA
哇.....去年註冊的會員@@|||

連結不到?我不懂你的意思
你是指資料庫都建立好後卻連不上?
還是說資料庫掛了?

發表於 : 2004-01-30 13:50
貓星少年
去年~~哈~~當時放棄了用\r

用phpMyAdmin 建立DB了,但安裝時卻連不上

發表於 : 2004-01-30 14:11
Martinet
=.=
下次搜尋一下吧...Critical Error : could not connect to the datbase

是這個吧..................||

請確定你的 mysql 帳號和 密碼都正確...如果確定了仍不行..
可以試試看 mysql帳號填 root 密碼留白

發表於 : 2004-01-30 15:51
貓星少年
Martinet 寫: Critical Error : could not connect to the datbase

是這個吧..................||

請確定你的 mysql 帳號和 密碼都正確...如果確定了仍不行..
可以試試看 mysql帳號填 root 密碼留白
正如你所料~~
用root就可以~~
那為什麼會這樣???

發表於 : 2004-01-30 16:15
Martinet
好像新版的appserv有點問題........=..="
安裝時填的帳號密碼不會寫入mysql裡=..=||

發表於 : 2004-01-31 02:05
阿維
所以這一定要用預設的帳號去設定新的使用者才行呀!
否則突然將root砍掉是要重新安裝的,因為新版的根本沒有設定好帳號... =.=

[問題]Could not connect to the datab

發表於 : 2004-02-01 09:52
afawang
我的問題好像也是一樣呢?詳情如下:
●架設主機作業系統:Windows Xp Pro
●快速架站程式:Appserv 2.3.0(phpmyadmin 2.5.5)
●上網方式:ADSL
● phpBB2 版本:phpBB 2.0.6(c)
大家好:
我在C:\AppServ\www\ 下,把phpMyAdmin 改成 Xxx_phpMyAdmin 後,
設定管理帳號後,刪掉root帳號,再安裝php-nuke,可正常安裝,但卻一直無法安裝phpbb2 2.0.6 ,我試了快10次了,帳號、密碼都試了,但還是無解,
不知與更改phpmyadmin名稱有關否?
*錯誤訊息如下:
Warning: mysql_connect(): Access denied for user: 'phpbb2@localhost' (Using password: YES) in c:\appserv\www\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database

發表於 : 2004-02-01 10:45
Martinet
確定一下是不是不小心按到 caps lock吧...XD(我就有這樣過..而且裝了不下15次都裝不下去=.......................=)

[問題]cap lock is what?

發表於 : 2004-02-01 11:21
afawang
Martinet 寫:確定一下是不是不小心按到 caps lock吧...XD(我就有這樣過..而且裝了不下15次都裝不下去=.......................=)
你好:我剛接觸這方面不久,不知你言的cap lock 在那,可否幫我解惑?
先謝謝你了。\\r
afa

發表於 : 2004-02-01 15:37
夢幻LUGIA
這.......〈汗〉
CAPS LOCK就在鍵盤上阿@@
那就是大小寫鎖定阿=口=

[問題]PMA Database .. 未能確定...功能未啟動

發表於 : 2004-02-01 17:17
afawang
夢幻LUGIA 寫:這.......〈汗〉
CAPS LOCK就在鍵盤上阿@@
那就是大小寫鎖定阿=口=
不好意思,原來講的是鍵盤,還以為講phpmyadmin方面,但這我有注意到,不過還是很謝謝你了,下午裝了起來,但進去phpmyadmin內檢視資料庫,有出現一個問題,如下:
//////////////////////////////////////
建立新資料表於資料庫 phpbb2 :
名稱 :
欄位 :
錯誤
關聯資料表的附加功能未能啟動, 請按此 查出問題原因.
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
按「請按此」後出現:
////////////////////////////////////////////////////////////
資料庫 phpbb2 在 localhost 執行
PMA Database ... 未能確定[ 說明文件 ]
一般關聯功能 未啟動
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
再按[ 說明文件 ]後,出現旳主要說明如下:
/////////////////////////////////////////////////////////////////////////////////////
$cfg['Servers'][$i]['pmadb'] string
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign - tables. To use those as well as the bookmark feature you need special tables with a predefined structure, which we explain below.

See the Quick Install section in this document for a quick way of creating those tables. Also, if you are using a Windows server, read FAQ 1.23.

If you are the only user of this phpMyAdmin installation, you can use your current database to store those special tables; in this case, just put your current database name in $cfg['Servers'][$i]['pmadb'].

If you are setting up a multi-user phpMyAdmin installation, you will need to create a new database and setup special privileges, so, as superuser:


create a new database for phpMyAdmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT, UPDATE and DELETE privileges on this database. Here is a query to set up those privileges (using "phpmyadmin" as the database name, and "pma" as the controluser):
GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
do not give any other user rights on this database.
enter the database name in $cfg['Servers'][$i]['pmadb']
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
請問大家,知道原因那裏嗎?
菜鳥一個,問題多多,請海涵,謝謝每一位了。\\r
afa

發表於 : 2004-02-09 22:34
阿維
那個只是phpMyAdmin附加的功能設定而已,其實有沒有都無所謂啦\r
那如果要設定的話,那你就修改phpMyAdmin裡面的config.inc.php這個檔案按照特定功能修改吧\r
我記得phpMyAdmin的官方說明有對應的修改方式還有sql語法可以使用...