PHP & MySQL For Dummies, 3rd Edition Error Corrections
| Location | In Book | Correction |
|---|---|---|
| Page 102, Top | SHOW GRANTS ON accountname@hostname ON should be FOR |
SHOW GRANTS FOR accountname@hostname |
| Page 292, SQL query | petID INT(5) SERIAL, INT(5) should be removed |
petID SERIAL, |
| Page 308, Listing 11-2, Line 4 | font-size: 1.2em'\n"; Missing > |
font-size: 1.2em'>\n"; |