Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login Problem
#9
(09-15-2010, 12:30 AM)turkeburgr Wrote: That's what i suspected, I would assume the issue with your home instance is that the correct permissions are not set for the letodms user in MySQL or that the password is just wrong.

Try connecting to MySQL with that user and see if it works.
Code:
#> mysql -u letodms -p
If that works connect to MySQL as the root user and redo the grant privileges statements.

Code:
# mysql -u root -p
Enter Password:

mysql> grant all privileges on letodms.* to letodms@localhost

I was able to successfully connect with letodms. I connected as the root user and redid the grant privileges statement but I could not login as admin admin.

I get this error in the apache error log:
[error] [client 127.0.0.1] PHP Warning: mysql_connect(): Access denied for user 'letodms'@'localhost' (using password: YES) in /var/www/letoDMS-2.0/adodb/drivers/adodb-mysql.inc.php on line 365, referer: http://localhost/letoDMS-2.0/out/out.Login.php

------------------------

Just realized that I had to change the $_dbPass = "user password for database";

Once I did that, I was able to login as admin admin. It took me long enough to realize that!
Thanks for your help.
Reply


Messages In This Thread
Login Problem - by mcarr - 09-12-2010, 04:15 PM

Forum Jump:


Users browsing this thread: