11-24-2012, 01:44 AM
(11-23-2012, 11:36 PM)Superpan Wrote: Hi all,
after being confused a lot with the installation of letoDMS I am finally at the point where I created letodms database through myphpAdmin and some test users. Of course there is admin user as well.
The problem is that when I try to go to localhost/letodms using admin/admin I get the following warning
Warning: mysql_connect(): Access denied for user 'admin'@'localhost' (using password: YES) in C:\wamp\www\adodb\drivers\adodb-mysql.inc.php on line 449
So it seems it cannot connect to the letodms db.I have hardcoded the admin username and password to the adodb-mysql.inc.php in the function _connect (just for testing). I cannot login with none of the users that there are in the letodms db.
I use windows XP, wampserver 2.2, mysql 5.5.24, php 5.4.3, Apache 2.2.22. Any ideas/suggestions would be appreciated.
Your database connection cannot be made. This is way before login into letodms. The database user and a letodms user have nothing in common. There is also not need to hard code any username. That's what the settings.xml file is for.
Uwe