Oracle 5.0 Reference Manual page 291

Table of Contents

Advertisement

mysql
<field name="column_name">NULL</field>
Beginning with MySQL 5.0.26, the output when
[306]. See
mysqldump --xml
details.
Beginning with MySQL 5.0.40, the XML output also uses an XML namespace, as shown here:
shell>
mysql --xml -uroot -e "SHOW VARIABLES LIKE 'version%'"
<?xml version="1.0"?>
<resultset statement="SHOW VARIABLES LIKE 'version%'" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins
<row>
<field name="Variable_name">version</field>
<field name="Value">5.0.40-debug</field>
</row>
<row>
<field name="Variable_name">version_comment</field>
<field name="Value">Source distribution</field>
</row>
<row>
<field name="Variable_name">version_compile_machine</field>
<field name="Value">i686</field>
</row>
<row>
<field name="Variable_name">version_compile_os</field>
<field name="Value">suse-linux-gnu</field>
</row>
</resultset>
(See Bug #25946.)
You can also set the following variables by using --var_name=value. The
is deprecated.
connect_timeout
The number of seconds before connection timeout. (Default value is 0.)
max_allowed_packet
The maximum packet length to send to or receive from the server. (Default value is 16MB.)
[469]
max_join_size
The automatic limit for rows in a join when using
1,000,000.)
net_buffer_length
The buffer size for TCP/IP and socket communication. (Default value is 16KB.)
select_limit
The automatic limit for
SELECT
1,000.)
It is also possible to set variables by using --var_name=value. The
deprecated.
— The MySQL Command-Line Tool
--xml
Section 4.5.4,
"mysqldump
--safe-updates
[477]
statements when using
271
[270]
is used with
mysql
— A Database Backup Program"
--set-variable
[269]. (Default value is
[269]. (Default value is
--safe-updates
--set-variable
matches that of
for
format
format is

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents