~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to man/mysql_convert_table_format.1

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\"     Title: \fBmysql_convert_table_format\fR
2
2
.\"    Author: 
3
3
.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4
 
.\"      Date: 03/20/2007
 
4
.\"      Date: 05/02/2007
5
5
.\"    Manual: MySQL Database System
6
6
.\"    Source: MySQL 5.0
7
7
.\"
8
 
.TH "\fBMYSQL_CONVERT_TAB" "1" "03/20/2007" "MySQL 5.0" "MySQL Database System"
 
8
.TH "\fBMYSQL_CONVERT_TAB" "1" "05/02/2007" "MySQL 5.0" "MySQL Database System"
9
9
.\" disable hyphenation
10
10
.nh
11
11
.\" disable justification (adjust text to left margin only)
66
66
The password to use when connecting to the server. Note that the password value is not optional for this option, unlike for other MySQL programs. You can use an option file to avoid giving the password on the command line.
67
67
.sp
68
68
Specifying a password on the command line should be considered insecure. See
69
 
Section\ 7.6, \(lqKeeping Your Password Secure\(rq.
 
69
Section\ 6.6, \(lqKeeping Your Password Secure\(rq.
70
70
.TP 3n
71
71
\(bu
72
72
\fB\-\-port=\fR\fB\fIport_num\fR\fR
85
85
Specify the storage engine that the tables should be converted to use. The default is
86
86
MyISAM
87
87
if this option is not given.
 
88
.PP
 
89
\fBMySQL Enterprise\fR. For expert advice on choosing the optimum storage engine, subscribe to the MySQL Network Monitoring and Advisory. For more information see
 
90
\fI\%http://www.mysql.com/products/enterprise/advisors.html\fR.
88
91
.TP 3n
89
92
\(bu
90
93
\fB\-\-user=\fR\fB\fIuser_name\fR\fR
110
113
<docs@mysql.com>
111
114
for more information.
112
115
.SH "SEE ALSO"
113
 
comp_err(1),
114
 
innochecksum(1),
115
 
make_win_bin_dist(1),
116
 
msql2mysql(1),
117
 
my_print_defaults(1),
118
 
myisam_ftdump(1),
119
 
myisamchk(1),
120
 
myisamlog(1),
121
 
myisampack(1),
122
 
mysql(1),
123
 
mysql.server(1),
124
 
mysql_config(1),
125
 
mysql_create_system_tables(1),
126
 
mysql_explain_log(1),
127
 
mysql_fix_privilege_tables(1),
128
 
mysql_install_db(1),
129
 
mysql_setpermission(1),
130
 
mysql_tzinfo_to_sql(1),
131
 
mysql_upgrade(1),
132
 
mysql_zap(1),
133
 
mysqlaccess(1),
134
 
mysqladmin(1),
135
 
mysqlbinlog(1),
136
 
mysqlcheck(1),
137
 
mysqld(8),
138
 
mysqld_multi(1),
139
 
mysqld_safe(1),
140
 
mysqldump(1),
141
 
mysqlhotcopy(1),
142
 
mysqlimport(1),
143
 
mysqlmanager(8),
144
 
mysqlshow(1),
145
 
ndb_config(1),
146
 
ndb_cpcd(1),
147
 
ndb_delete_all(1),
148
 
ndb_desc(1),
149
 
ndb_drop_index(1),
150
 
ndb_drop_table(1),
151
 
ndb_error_reporter(1),
152
 
ndb_mgm(1),
153
 
ndb_mgmd(1),
154
 
ndb_print_backup_file(1),
155
 
ndb_print_schema_file(1),
156
 
ndb_print_sys_file(1),
157
 
ndb_restore(1),
158
 
ndb_select_all(1),
159
 
ndb_select_count(1),
160
 
ndb_show_tables(1),
161
 
ndb_size.pl(1),
162
 
ndb_waiter(1),
163
 
ndbd(1),
164
 
perror(1),
165
 
replace(1),
166
 
resolve_stack_dump(1),
167
 
resolveip(1),
168
 
safe_mysqld(1)
169
 
.P
170
116
For more information, please refer to the MySQL Reference Manual,
171
117
which may already be installed locally and which is also available
172
118
online at http://dev.mysql.com/doc/.