I have a production site I’m trying to work on locally, but I’m having some problems. I’ve installed WAMP, moved all files and the mysql dump, installed everything, and the site works fine until I log in as User1. Other admin logins work just fine, I’m able to view every aspect, but the User1 account seems to just destroy the site. I get errors in the Apache logs like, Mysql server missing.
I had to disable clean URL’s, could this be causing problems? Otherwise, I’m kinda stuck. I’ll try again in the morning, hopefully with some good advice from the list. Thanks in advance for any help.
Joel
As user 1 has access to more features than other users, Drupal may require more performance from the local servers, both mysql and apache. MySQL server away error usually indicates that mysql available resources were exhausted. Try fine tuning the mysql settings. This may help you: http://drupal.org/node/259580 ------------
I get errors in the Apache logs like, Mysql server missing.
"Roberto Gorjão" wrote:
As user 1 has access to more features than other users, Drupal may require more performance from the local servers, both mysql and apache. MySQL server away error usually indicates that mysql available resources were exhausted. Try fine tuning the mysql settings. This may help you: http://drupal.org/node/259580
I get errors in the Apache logs like, Mysql server missing.
Also be sure to truncate the cache tables and the session table.