[TYPO3-linux] Can't access backend admin or frontend website

Dimitri Tarassenko mitka at mitka.us
Thu Mar 16 01:36:06 CET 2006


On 3/15/06, Matt Stanley <superstan76 at hotmail.com> wrote:
>  If I'm using the WRONG password then how
> am I supposed to find out what the right one is

You can

a) create a new one in MySQL using "grant all on '<yourDBName>.*' to
'<username>'@'localhost' identified by '<password>'"

b) verify the one you have using mysql -u <username>

> and how do I change it so it
> will work?

The DB passwords are stored in <yoursitedir>/typo3conf/localconf.php
as $typo3_db_username and $typo3_db_password variables. Note that
these variables may be reassigned in the same file, so the _very_last_
assignment in the file is the one used.

--
Dimitri Tarassenko


More information about the TYPO3-linux mailing list