make_win_bin_dist
— Package MySQL Distribution as Zip Archive
255
•
--header_file=file_name
[255]
,
-H file_name
The name of the error header file. The default is
mysqld_error.h
.
•
--in_file=file_name
[255]
,
-F file_name
The name of the input file. The default is
../sql/share/errmsg.txt
.
•
--name_file=file_name
[255]
,
-N file_name
The name of the error name file. The default is
mysqld_ername.h
.
•
--out_dir=path
[255]
,
-D path
The name of the output base directory. The default is
../sql/share/
.
•
--out_file=file_name
[255]
,
-O file_name
The name of the output file. The default is
errmsg.sys
.
•
--statefile=file_name
[255]
,
-S file_name
The name for the SQLSTATE header file. The default is
sql_state.h
.
•
--version
[255]
,
-V
Display version information and exit.
4.4.2.
make_win_bin_dist
— Package MySQL Distribution as Zip Archive
This script is used on Windows after building a MySQL distribution from source to create executable
programs. It packages the binaries and support files into a Zip archive that can be unpacked at the
location where you want to install MySQL.
make_win_bin_dist
is a shell script, so you must have Cygwin installed to use it.
This program's use is subject to change. Currently, you invoke it as follows from the root directory of
your source distribution:
shell>
make_win_bin_dist [options] package_basename [copy_def ...]
The
package_basename
argument provides the basename for the resulting Zip archive. This name
will be the name of the directory that results from unpacking the archive.
Because you might want to include files of directories from other builds, you can instruct
this script to copy them in for you, using
copy_def
arguments, which have the form
relative_dest_name
=
source_name
.
Example:
bin/mysqld-max.exe=../my-max-build/sql/release/mysqld.exe
If you specify a directory, the entire directory will be copied.
make_win_bin_dist
supports the following options.
•
--debug
[255]
Pack the debug binaries and produce an error if they were not built.
•
--embedded
[255]
Pack the embedded server and produce an error if it was not built. The default is to pack it if it was
built.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...