I am doing a migration of a community website over to Drupal and have come up against a problem that does not seem solvable. The amount of users and nodes is too large for the Watchdog and the Cache queries. It seems that upon logging on that the creation of the user menu to cache and the watchdog exceeds the MySQL max_allowed_packets. Thus the watchdog table cannot be locked. The same applies to the cache table.
Besides sitting a tinkering with MySQL is this something that has been addressed in later versions of Drupal? Does 5.x or 6.x suffer from the same failing?
The user registration setting is that the user has to wait for admin approval. Ion the meantime he gets a message and therfore gets our email address, and so can send spam or use our email address to send spam to others.
So I'd like to disable the sending of this message. So only a welcome message would be sent to approved users.
I have MAMP running on my local testing server and I opened a backup of my actual site onto it (all databases and files)... It works perfect in browser, but when I try to run Apache Bench I have problems
No matter what URL (Drupal Clean, Path Clean or simply unclean) I use for any of my drupal pages I am always returned a "Test aborted after 10 failures" message.
On the other hand, any single page of my Vbulletin forum, even ones with arguments in the URL works perfectly...
Can anyone provide me feedback on how to set up the user login to only require a password and not a username. I can only seem to find info on how to turn off the user block or create fully customizable login pages. I am just trying to simplify the login for a site that needs only a minor level of security for access to certain pages.
Any tips or information would be greatly appreciated.