I changed my mysql password and now my CMS made simple site isn't working.
Database Connection Failed
Error: Access denied for user 'root'@'localhost' (using password: YES) (1045)
Function Performed: CONNECT
I made sure the config.php has the same password as mysql root and cms_user. Isn't it dangerous having the config.php file in the cms directory that resides in the www directory? If someone sets list directory - they can read that file and get the password. My permission on that file are 644.
I searched for my error and found others ask the same question but there all ended up saying, it is working now.
This is CMS 1.11.4
Thanks,
Mike
Another Connection Failed error
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Another Connection Failed error
someone just can't set list directory, unless they have access by FTP.
Did you change the password in the admin panel of your hosting and in your config.php? Are both passwords the same?
Did you change the password in the admin panel of your hosting and in your config.php? Are both passwords the same?
Re: Another Connection Failed error
I found the problem. It was user error. I originally built my site in a sub directory. I was changing the password of that config file - not the one in my doc root.
Thanks,
Mike
Oh, and I did have Indexes on. I just disabled directory listing.
Thanks,
Mike
Oh, and I did have Indexes on. I just disabled directory listing.