~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-proposed

« back to all changes in this revision

Viewing changes to man/mysql.1

  • Committer: Package Import Robot
  • Author(s): Dave Chiluk, Eduardo Damato
  • Date: 2014-01-09 09:44:14 UTC
  • mfrom: (18.1.5 precise-security)
  • Revision ID: package-import@ubuntu.com-20140109094414-ght3gi7yvzsyvhm5
Tags: 5.5.34-0ubuntu0.12.04.2
[ Eduardo Damato ]
Fix upstart script to account for datadir disk shortage (LP: #1121874) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\"     Title: \fBmysql\fR
3
3
.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4
4
.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5
 
.\"      Date: 06/18/2013
 
5
.\"      Date: 09/09/2013
6
6
.\"    Manual: MySQL Database System
7
7
.\"    Source: MySQL 5.5
8
8
.\"  Language: English
9
9
.\"
10
 
.TH "\FBMYSQL\FR" "1" "06/18/2013" "MySQL 5\&.5" "MySQL Database System"
 
10
.TH "\FBMYSQL\FR" "1" "09/09/2013" "MySQL 5\&.5" "MySQL Database System"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
470
470
Enable the
471
471
mysql_clear_password
472
472
cleartext authentication plugin\&. (See
473
 
Section\ \&6.3.6.4, \(lqThe Cleartext Client-Side Authentication Plugin\(rq\&.) This option was added in MySQL 5\&.5\&.27\&.
 
473
Section\ \&6.3.6.6, \(lqThe Cleartext Client-Side Authentication Plugin\(rq\&.) This option was added in MySQL 5\&.5\&.27\&.
474
474
.RE
475
475
.sp
476
476
.RS 4
1106
1106
.\" secure-auth option: mysql
1107
1107
\fB\-\-secure\-auth\fR
1108
1108
.sp
1109
 
Do not send passwords to the server in old (pre\-4\&.1\&.1) format\&. This prevents connections except for servers that use the newer password format\&.
 
1109
Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&.
 
1110
.if n \{\
 
1111
.sp
 
1112
.\}
 
1113
.RS 4
 
1114
.it 1 an-trap
 
1115
.nr an-no-space-flag 1
 
1116
.nr an-break-flag 1
 
1117
.br
 
1118
.ps +1
 
1119
\fBNote\fR
 
1120
.ps -1
 
1121
.br
 
1122
Passwords that use the pre\-4\&.1 hashing method are less secure than passwords that use the native password hashing method and should be avoided\&.
 
1123
.sp .5v
 
1124
.RE
1110
1125
.RE
1111
1126
.sp
1112
1127
.RS 4
1460
1475
.\" max_allowed_packet variable
1461
1476
max_allowed_packet
1462
1477
.sp
1463
 
The maximum packet length to send to or receive from the server\&. (Default value is 16MB\&.)
 
1478
The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.
1464
1479
.RE
1465
1480
.sp
1466
1481
.RS 4