Errata

MySQL Reference Manual

Errata for MySQL Reference Manual

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page all
all

host connection error

Anonymous  Aug 24, 2017 
Printed Page 613
second code example, last line

page 613
second code example, last line:
(missing "{" before "title", and extra space in "- >"
original line:
$hash_ref- > title}
;
proposed correction:
$hash_ref-> {title}
;

Anonymous