09-15-2010, 12:30 AM
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.
If that works connect to MySQL as the root user and redo the grant privileges statements.
Try connecting to MySQL with that user and see if it works.
Code:
#> mysql -u letodms -p
Code:
# mysql -u root -p
Enter Password:
mysql> grant all privileges on letodms.* to letodms@localhost