Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
413b0f68
Commit
413b0f68
authored
Aug 03, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi remove overlap between server-side and client-side
manual.texi intro sections
parent
8d21c657
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
109 deletions
+3
-109
Docs/manual.texi
Docs/manual.texi
+3
-109
No files found.
Docs/manual.texi
View file @
413b0f68
...
@@ -20838,50 +20838,15 @@ table with @code{myisamchk -dvv table_name}.
...
@@ -20838,50 +20838,15 @@ table with @code{myisamchk -dvv table_name}.
@cindex environment variables
@cindex environment variables
@cindex programs, list of
@cindex programs, list of
All MySQL clients that communicate with the server using the
@code{mysqlclient} library use the following environment variables:
@tindex @code{MYSQL_UNIX_PORT} environment variable
@tindex environment variable, @code{MYSQL_UNIX_PORT}
@tindex @code{MYSQL_TCP_PORT} environment variable
@tindex environment variable, @code{MYSQL_TCP_PORT}
@tindex @code{MYSQL_PWD} environment variable
@tindex environment variable, @code{MYSQL_PWD}
@tindex @code{MYSQL_DEBUG} environment variable
@tindex environment variable, @code{MYSQL_DEBUG}
@multitable @columnfractions .25 .60
@item @strong{Name} @tab @strong{Description}
@item @code{MYSQL_UNIX_PORT} @tab The default socket; used for connections to @code{localhost}
@item @code{MYSQL_TCP_PORT} @tab The default TCP/IP port
@item @code{MYSQL_PWD} @tab The default password
@item @code{MYSQL_DEBUG} @tab Debug-trace options when debugging
@item @code{TMPDIR} @tab The directory where temporary tables/files are created
@end multitable
Use of @code{MYSQL_PWD} is insecure.
@xref{Connecting}.
@tindex @code{MYSQL_HISTFILE} environment variable
@tindex environment variable, @code{MYSQL_HISTFILE}
@tindex @code{HOME} environment variable
@tindex environment variable, @code{HOME}
@cindex history file
@cindex command-line history
@tindex .mysql_history file
The @file{mysql} client uses the file named in the @code{MYSQL_HISTFILE}
environment variable to save the command-line history. The default value for
the history file is @file{$HOME/.mysql_history}, where @code{$HOME} is the
value of the @code{HOME} environment variable. @xref{Environment variables}.
All MySQL programs take many different options. However, every
All MySQL programs take many different options. However, every
MySQL program provides a @code{--help} option that you can use
MySQL program provides a @code{--help} option that you can use
to get a full description of the program's different options. For example, try
to get a full description of the program's different options. For example, try
@code{mysql --help}.
@code{mysql --help}.
You can override default options for all standard
client
programs with an
You can override default options for all standard programs with an
option file. @ref{Option files}.
option file. @ref{Option files}.
The following list briefly describes the MySQL programs:
The following list briefly describes the
server-side
MySQL programs:
@table @code
@table @code
...
@@ -20897,24 +20862,6 @@ Makes a binary release of a compiled MySQL. This could be sent
...
@@ -20897,24 +20862,6 @@ Makes a binary release of a compiled MySQL. This could be sent
by FTP to @file{/pub/mysql/Incoming} on @code{support.mysql.com} for the
by FTP to @file{/pub/mysql/Incoming} on @code{support.mysql.com} for the
convenience of other MySQL users.
convenience of other MySQL users.
@cindex @code{msql2mysql}
@item msql2mysql
A shell script that converts @code{mSQL} programs to MySQL. It doesn't
handle all cases, but it gives a good start when converting.
@cindex @code{mysqlaccess}
@item mysqlaccess
A script that checks the access privileges for a host, user, and database
combination.
@cindex @code{mysqladmin}
@item mysqladmin
Utility for performing administrative operations, such as creating or
dropping databases, reloading the grant tables, flushing tables to disk, and
reopening log files. @code{mysqladmin} can also be used to retrieve version,
process, and status information from the server.
@xref{mysqladmin, , @code{mysqladmin}}.
@cindex @code{mysqlbug}
@cindex @code{mysqlbug}
@item mysqlbug
@item mysqlbug
The MySQL bug report script. This script should always be used when
The MySQL bug report script. This script should always be used when
...
@@ -20924,38 +20871,12 @@ filing a bug report to the MySQL list.
...
@@ -20924,38 +20871,12 @@ filing a bug report to the MySQL list.
@item mysqld
@item mysqld
The SQL daemon. This should always be running.
The SQL daemon. This should always be running.
@cindex @code{mysqldump}
@item mysqldump
Dumps a MySQL database into a file as SQL statements or
as tab-separated text files. Enhanced freeware originally by Igor Romanenko.
@xref{mysqldump, , @code{mysqldump}}.
@cindex @code{mysqlimport}
@item mysqlimport
Imports text files into their respective tables using @code{LOAD DATA
INFILE}. @xref{mysqlimport, , @code{mysqlimport}}.
@cindex @code{mysqlshow}
@item mysqlshow
Displays information about databases, tables, columns, and indexes.
@cindex @code{mysql_install_db}
@cindex @code{mysql_install_db}
@item mysql_install_db
@item mysql_install_db
Creates the MySQL grant tables with default privileges. This is
Creates the MySQL grant tables with default privileges. This is
usually executed only once, when first installing MySQL
usually executed only once, when first installing MySQL
on a system.
on a system.
@cindex @code{replace}
@item replace
A utility program that is used by @code{msql2mysql}, but that has more
general applicability as well. @code{replace} changes strings in place in
files or on the standard input. Uses a finite state machine to match longer
strings first. Can be used to swap strings. For example, this command
swaps @code{a} and @code{b} in the given files:
@example
shell> replace a b b a -- file1 file2 ...
@end example
@end table
@end table
...
@@ -21826,22 +21747,10 @@ to get a full description of the program's different options. For example, try
...
@@ -21826,22 +21747,10 @@ to get a full description of the program's different options. For example, try
You can override default options for all standard client programs with an
You can override default options for all standard client programs with an
option file. @ref{Option files}.
option file. @ref{Option files}.
The following list briefly describes the MySQL programs:
The following list briefly describes the
client-side
MySQL programs:
@table @code
@table @code
@cindex @code{myisamchk}
@item myisamchk
Utility to describe, check, optimise, and repair MySQL tables.
Because @code{myisamchk} has many functions, it is described in its own
chapter. @xref{MySQL Database Administration}.
@cindex @code{make_binary_distribution}
@item make_binary_distribution
Makes a binary release of a compiled MySQL. This could be sent
by FTP to @file{/pub/mysql/Incoming} on @code{support.mysql.com} for the
convenience of other MySQL users.
@cindex @code{msql2mysql}
@cindex @code{msql2mysql}
@item msql2mysql
@item msql2mysql
A shell script that converts @code{mSQL} programs to MySQL. It doesn't
A shell script that converts @code{mSQL} programs to MySQL. It doesn't
...
@@ -21860,15 +21769,6 @@ reopening log files. @code{mysqladmin} can also be used to retrieve version,
...
@@ -21860,15 +21769,6 @@ reopening log files. @code{mysqladmin} can also be used to retrieve version,
process, and status information from the server.
process, and status information from the server.
@xref{mysqladmin, , @code{mysqladmin}}.
@xref{mysqladmin, , @code{mysqladmin}}.
@cindex @code{mysqlbug}
@item mysqlbug
The MySQL bug report script. This script should always be used when
filing a bug report to the MySQL list.
@cindex @code{mysqld}
@item mysqld
The SQL daemon. This should always be running.
@cindex @code{mysqldump}
@cindex @code{mysqldump}
@item mysqldump
@item mysqldump
Dumps a MySQL database into a file as SQL statements or
Dumps a MySQL database into a file as SQL statements or
...
@@ -21884,12 +21784,6 @@ INFILE}. @xref{mysqlimport, , @code{mysqlimport}}.
...
@@ -21884,12 +21784,6 @@ INFILE}. @xref{mysqlimport, , @code{mysqlimport}}.
@item mysqlshow
@item mysqlshow
Displays information about databases, tables, columns, and indexes.
Displays information about databases, tables, columns, and indexes.
@cindex @code{mysql_install_db}
@item mysql_install_db
Creates the MySQL grant tables with default privileges. This is
usually executed only once, when first installing MySQL
on a system.
@cindex @code{replace}
@cindex @code{replace}
@item replace
@item replace
A utility program that is used by @code{msql2mysql}, but that has more
A utility program that is used by @code{msql2mysql}, but that has more
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment