| 
				 Saving lives 
 please save millions of lives by adding this to your tutorial to be done right after the GRANT statement for mysql:
 SET PASSWORD FOR 'someuser'@'bashir.pgprog.net' = OLD_PASSWORD('somepasswd');
 
 Because I was not doing this I was getting errors #1251 and #2006 no matter how I did my grant permissions. This seems to only effect people running MySQL 4.1 and up...It caused me rage for several days.
 
 Also I was only able to get world working on my system by editing the makefile and changing the -march statement to my specific processor (i586 for me) and by setting the option -O3
 Anything else would cause world to compile but not to run.
 
 Hope this helps your tutorial and others who my be having these problems.
 |