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

Matt Stanley superstan76 at hotmail.com
Fri Mar 17 20:49:04 CET 2006


OK... On the Administratino Login on QuickStart page I am typing in the 
username and password that are stored in the $typo_db_username and 
$typo_db_password fields of typo3conf.php but it STILL will not let me in... 
Using the install tool I have successfully created a database for TYPO3 
(cms_staff.db). Also, the MySQL user "webuser" has been created and given 
all permissions to modify the cms_staff db. I succesfully logged into MySQL 
via a SSH console on the box. Despite all these steps I still get the 
following error when trying to log into TYPO3:

Your login attempt did not succeed. Make sure to spell your username and 
password correctly, including upper/lowercase characters.

What am I missing here guys?

Matt

"Dimitri Tarassenko" <mitka at mitka.us> wrote in message 
news:mailman.12626.1142469368.3122.typo3-linux at lists.netfielders.de...
> 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