MySQL
Performance Tuning your Drupal Install
Your site has been skinned, modules are installed for all the required functionality but your site is running slow, this post will run you through some things you can look at to speed up your Drupal install.
Devel Module
Vote Result










Lost MySQL Root Password
It happens everynow and again, you login to a server to do something with MySQL only to find the root password is nowhere to to be found.
Never fear its not too hard to reset and you should be back up running again in a couple of minutes.
Step 1
First stop the database server with killall mysqld or /etc/init.d/mysqld stop
Step 2
Execute the command mysqld --skip-grant-tables --user=root to get the MySQL server running again minus the need for a password.
Step 3
Vote Result










A Googly MySQL Cluster Talk
Google TechTalks
April 28, 2006
Stewart Smith
Stewart Smith works for MySQL AB as a software engineer working on MySQL Cluster. He is an active member of the free and open source software community, especially in Australia.
Vote Result










XAMPP - Make your Computer a Webserver: Apache, PHP, MySQL
A painfree tutorial on installing the XAMPP bundle to ease the development and testing of your web applications.
Vote Result










Development-Cycle


