Managing & Using MySQL, 2nd Edition by Randy Jay Yarger, Hugh E. Williams, George Reese, Tim King The following errata were *corrected* in the 8/05 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem {47} code block at the bottom of the page; WHERE AGE > 18 AND STATUS = 'RESIDENT'; NOW READS: WHERE AGE >= 18 AND STATUS = 'RESIDENT'; {148} In example 9-1, my $server = 'localhost' NOW READS: my $server = 'localhost';