By chigh on
I was just upgrading to 4.6.2. I followed the instructions given on update.php I had to create the new tables. user_roles and locales_meta. That went without error.
I put my old conf.php file back into place with my username/pw/database information in it, however, it doesn't seem that when the database.mysql.inc is called/run/whatever happens with it, it's not getting the information from conf.php.
I've doublechecked to make sure that $drupaldir/includes/conf.php was my original conf file. What am I missing?
Comments
The specific error I
The specific error I receive:
Warning: mysql_connect(): Access denied for user: 'username@localhost' (Using password: YES) in /path/to/drupal/includes/database.mysql.inc on line 31
Access denied for user: 'username@localhost' (Using password: YES)
sites directory
includes/conf.php is no longer used. Your old conf.php settings should go in sites/default/settings.php.
--
Bjorn | choirgeek.com
Thanks!
I didn't see that anywhere in the docs. I guess either I'm blind or not looking in the proper place.
Thanks...
Now to fix theme problems. :)