Commit 6c3cc6cd authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi Option file comments must be on their own lines.

manual.texi	Fix instance where manual uses illegal syntax by
manual.texi	putting comments at end of lines.
parent b642599f
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5581,8 +5581,11 @@ edit the base section and keys:
@example
[mysqld]
basedir=the_install_path  #e.g. c:/mysql
datadir=the_data_path  #e.g. c:/mysql/data or d:/mydata/data
# set basedir to installation path, e.g., c:/mysql
basedir=the_install_path
# set datadir to location of data directory,
# e.g., c:/mysql/data or d:/mydata/data
datadir=the_data_path
@end example
If the data directory is other than the default