|
1. http://localhost/blog/wizard.php
2. 填入資料庫主機位置、資料庫使用者名稱、使用者密碼、資料庫名稱:
localhost
plog
***
plog
3. after 'information confirm', it give the following message:
Exception message: mysql_connect(): Access denied for user: 'plog@localhost' (Using password: NO)
Error code: 2
-- Backtrace --
/var/www/blog/class/database/adodb/drivers/adodb-mysql.inc.php(319): mysql_connect
/var/www/blog/class/database/adodb/adodb.inc.php(374): adodb_mysql._connect
/var/www/blog/wizard.php(398): adodb_mysql.connect
/var/www/blog/wizard.php(617): connectdb
/var/www/blog/class/controller/controller.class.php(102): wizardsteptwo.perform
/var/www/blog/wizard.php(1140): controller.process
Error
There has been an error during the process. Please have a look at the following error message(s) and try again.
There was an error connecting to the database. Please check your settings.
HELP |
|