diff --git a/doc/faq.rst b/doc/faq.rst index 3d437d41f9..72818d63a6 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -693,8 +693,7 @@ Here is a fix suggested by Brad Ummer: '0755'). Have also a look at the `corresponding section of the MySQL -documentation `_. +documentation `_. .. _faq2_4: @@ -1507,7 +1506,7 @@ schema layout. Which tables will go on which pages? --------------------------------------------------------- No, it's MySQL that is doing `silent column type changing -`_. +`_. .. _underscore: @@ -1535,7 +1534,7 @@ It means "average". **Structure:** * "Add DROP TABLE" will add a line telling MySQL to `drop the table - `_, if it already + `_, if it already exists during the import. It does NOT drop the table after your export, it only affects the import file. * "If Not Exists" will only create the table if it doesn't exist. @@ -1556,10 +1555,10 @@ It means "average". * "Extended inserts" provides a shorter dump file by using only once the INSERT verb and the table name. * "Delayed inserts" are best explained in the `MySQL manual - INSERT DELAYED Syntax - `_. + `_. * "Ignore inserts" treats errors as a warning instead. Again, more info is provided in the `MySQL manual - INSERT Syntax - `_, but basically with + `_, but basically with this selected, invalid values are adjusted and inserted rather than causing the entire statement to fail. @@ -1698,7 +1697,7 @@ DATABASES, LOCK TABLES. Those privileges also enable users to see all the database names. So if your users do not need those privileges, you can remove them and their databases list will shorten. -.. seealso:: +.. seealso:: .. _faq6_21: