Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login Problem
#8
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
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)