To build from the command line open a windows command line
prompt and change into the main repository of the tool (i.e.
for MySQL Administrator this is
work\mysql-administrator
). There are three
batch-files to start the build:
build_debug.cmd
build_release.cmd
build_commercial.cmd
Execute one of those to generate a runtime image of the
application. It will be generated in a
bin\windows
directory.
Another method is to doubleclick on one of the
build_
files, where buildtype
.cmdbuildtype
is one of
debug
, release
, and
commercial
. The
commercial
build script is for users with
commercial licenses, and makes use of the commercial version
of the MySQL client library.
This is a translation of the MySQL Administrator Manual that can be found at dev.mysql.com. The original MySQL Administrator Manual is in English, and this translation is not necessarily as up to date as the English version. Даний документ є перекладом оригінальної англійської документації по MySQL Administrator яка доступна за адресою dev.mysql.com .