[TYPO3-debian] current username, password or host was not accepted

Steffen Müller steffen at mail.kommwiss.fu-berlin.de
Fri Jun 16 14:35:10 CEST 2006


Hi.

On 15.06.2006 20:09 Ricardo Chinchilla Arley wrote:
> 
> I change my DOS to Debian. When I charge my typo3 page, the folowing
> mensaje say
> 
> Database Error
> The current username, password or host was not accepted when the
> connection to the database was attempted to be established!
> 
> I revised the MySql database, password, host etc by phpmyadmin, but all is
> full operation
> 

use the install tool to check your typo3-db settings or compare the 
typo3conf/localconf.php settings with your db environment:

$typo_db_username = 'xxx';
$typo_db_password = 'xxx';
$typo_db_host = 'localhost'; // host with db running
$typo_db = 'xxx';  // name of the db

you can manually try the login the db with a terminal session:

you at host:~$ mysql -u DB_USERNAME -p DB_NAME
If prompted for a passwd, enter your DB_PASSWORD

-- 
cheers,
Steffen



More information about the TYPO3-debian mailing list