Running Weblogs with Slash By David Krieger, chromatic, Brian Aker This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated July 22, 2002. 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 ?page-number?: reader question or request for clarification Confirmed errors: {32} 3rd code segment; mysql> UPDATE USER SET Password = password('newpassword') WHERE user = 'slash'; should read mysql> UPDATE user SET Password = password('newpassword') WHERE user = 'slash'; mysql is case sensitive for table names and complains about "USER" instead of "user"