~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-security

« back to all changes in this revision

Viewing changes to man/mysqldump.1

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.2.1 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100621153105-lv81twvjdgzvzrre
Tags: 5.1.48-1ubuntu1
* Merge from debian unstable, remaining changes:
  + debian/control:
     * Update maintainer according to spec.
     * Move section from "misc" to "database".
     * Added libmysqlclient16-dev an empty transitional package. 
     * Added mysql-client-core-5.1 package.
     * Suggest mailx for mysql-server-5.1
     * Add mysql-testsuite package so you can run the testsuite seperately.
  + debian/additions/my.cnf:
    * Remove language options. Error message files are located in a different directory in Mysql
      5.0. Setting the language option to use /usr/share/mysql/english breaks Mysql 5.0. Both 5.0
      and 5.1 use a different value that works. (LP: #316974)
  + Add apparmor profile:
    + debian/apparmor-profile: apparmor-profile
    + debian/rules, debian/mysql-server-5.1.files: install apparmor profile
    + debian/mysql-server-5.1.dirs: add etc/apparmor.d/fore-complain
    + debian/mysql-server-5.1.postrm: remove symlink in force-complain/ on purge.
    + debian/mysql-server-5.1.README.Debian: add apparmor documentation.
    + debian/additions/my.cnf: Add warning about apparmor. (LP: #201799)
    + debian/mysql-server-5.1.postinst: reload apparmor profiles
  * Convert the package from sysvinit to upstart:
    + debian/mysql-server-5.1.mysql.upstart: Add upstart script.
    + debian/mysql-server-5.1.mysql.init: Dropped, unused now with upstart.
    + debian/additions/mysqld_safe_syslog.cnf: Dropped, unused now with upstart.
    + debian/additons/my.cnf: Remove pid declaration and setup error logging to /var/log/mysql since
      we're not piping anything around logger anymore.
    + debian/rules, debian/mysql-server-5.1.logcheck.ignore.{paranoid,worstation},
      debian/mysql-server-5.1.logcheck.ignore.server: : Remove references to mysqld_safe
    + debian/patches/38_scripts_mysqld_safe.sh_signals.dpatch: Dropped
  * Added -fno-strict-aliasing to CFLAGS to get around mysql testsuite build failures.
  * Add Apport hook (LP: #354188):
    + debian/mysql-server-5.1.py: apport package hook
    + debian/rules: Make it installable
  * debian/mysql-server-5.1.mysql-server.logrotate: Check to see if mysql is running before
    running logrotate. (LP: #513135)
  * Make the testsuite installable. (LP: #530752)
    + debian/mysql-server-5.1.files, debian/rules: install apport package hook
  * debian/mysql-server-5.1.preinst: Set mysql user's home directory
    to /nonexistent to protect against having the /var/lib/mysql
    user-writeable. If an attacker can trick mysqld into creating
    dot files in the home directory, he could do .rhost-like attacks
    on the system. (LP: #293258)
  * debian/control: mysql-client-5.1 should depend on mysql-core-client-5.1.
    (LP: #590952) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysqldump\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
 
.\"      Date: 05/06/2010
 
5
.\"      Date: 06/03/2010
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.1
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQLDUMP\FR" "1" "05/06/2010" "MySQL 5\&.1" "MySQL Database System"
 
10
.TH "\FBMYSQLDUMP\FR" "1" "06/03/2010" "MySQL 5\&.1" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * set default formatting
13
13
.\" -----------------------------------------------------------------
1275
1275
Do not write
1276
1276
CREATE TABLE
1277
1277
statements that re\-create each dumped table\&.
 
1278
.if n \{\
 
1279
.sp
 
1280
.\}
 
1281
.RS 4
 
1282
.it 1 an-trap
 
1283
.nr an-no-space-flag 1
 
1284
.nr an-break-flag 1
 
1285
.br
 
1286
.ps +1
 
1287
\fBNote\fR
 
1288
.ps -1
 
1289
.br
 
1290
This option does
 
1291
\fInot\fR
 
1292
not exclude statements creating log file groups or tablespaces from
 
1293
\fBmysqldump\fR
 
1294
output; in MySQL 5\&.1\&.14 and later, you can use the
 
1295
\fB\-\-no\-tablespaces\fR
 
1296
option for this purpose\&.
 
1297
.sp .5v
 
1298
.RE
1278
1299
.RE
1279
1300
.sp
1280
1301
.RS 4
1320
1341
.sp -1
1321
1342
.IP \(bu 2.3
1322
1343
.\}
 
1344
.\" mysqldump: no-tablespaces option
 
1345
.\" no-tablespaces option: mysqldump
 
1346
\fB\-\-no\-tablespaces\fR,
 
1347
\fB\-y\fR
 
1348
.sp
 
1349
This option suppresses all
 
1350
CREATE LOGFILE GROUP
 
1351
and
 
1352
CREATE TABLESPACE
 
1353
statements in the output of
 
1354
\fBmysqldump\fR\&.
 
1355
.sp
 
1356
This option was added in MySQL 5\&.1\&.14\&.
 
1357
.RE
 
1358
.sp
 
1359
.RS 4
 
1360
.ie n \{\
 
1361
\h'-04'\(bu\h'+03'\c
 
1362
.\}
 
1363
.el \{\
 
1364
.sp -1
 
1365
.IP \(bu 2.3
 
1366
.\}
1323
1367
.\" mysqldump: opt option
1324
1368
.\" opt option: mysqldump
1325
1369
\fB\-\-opt\fR