Skip to content

Commit a292818

Browse files
author
lenz@mysql.com
committed
- added mysql_fix_privilege_tables(1) man page to distribution
(thanks to Christian Hammers from the Debian project for providing it) - Updated version number in man pages (3.23 -> 4.0)
1 parent aa9bc9d commit a292818

15 files changed

+37
-14
lines changed

man/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \
2121
mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \
22-
perror.1 replace.1 mysqld_safe.1
22+
perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1
2323

2424
EXTRA_DIST = $(man_MANS)
2525

man/isamchk.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH isamchk 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH isamchk 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
.BR isamchk
44
\- Description, check and repair of ISAM tables.

man/isamlog.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH isamlog 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH isamlog 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
isamlog - Write info about whats in a nisam log file.
44
.SH USAGE

man/mysql.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysql 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysql 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
mysql \- text-based client for mysqld, a SQL-based relational database daemon
44
.SH SYNOPSIS

man/mysql_fix_privilege_tables.1

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.TH mysql 1 "17 March 2003" "MySQL 4.0" "MySQL database"
2+
.SH NAME
3+
mysql_fix_privilege_tables \- Fixes MySQL privilege tables.
4+
.SH SYNOPSIS
5+
mysql_fix_privilege_tables [options]
6+
.SH DESCRIPTION
7+
This scripts updates the mysql.user, mysql.db, mysql.host and the
8+
mysql.func tables to MySQL 3.22.14 and above.
9+
10+
This is needed if you want to use the new GRANT functions,
11+
CREATE AGGREGATE FUNCTION or want to use the more secure passwords in 3.23
12+
13+
If you get 'Access denied' errors, you should run this script again
14+
and give the MySQL root user password as an argument!
15+
16+
For more information start the program with '--help'.
17+
.SH "SEE ALSO"
18+
mysql (1), mysqld (1)
19+
.SH AUTHOR
20+
This manpage was written by Christian Hammers <ch@debian.org>.
21+
22+
MySQL is available at http://www.mysql.com/.
23+
.\" end of man page

man/mysql_zap.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH zap 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH zap 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
zap - a perl script used to kill processes
44
.SH USAGE

man/mysqlaccess.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqlaccess 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqlaccess 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
.BR mysqlaccess
44
\- Create new users to mysql.

man/mysqladmin.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqladmin 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqladmin 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
mysqladmin [OPTIONS] command command.... \- A utility for performing administrative operations
44
.SH OPTION SYNOPSIS

man/mysqld.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqld 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqld 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
.BR mysqld
44
\- Starts the MySQL server demon

man/mysqld_multi.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqld_multi 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqld_multi 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
mysqld_multi - is meant for managing several mysqld processes running in different UNIX sockets and TCP/IP ports.
44
.SH USAGE

man/mysqld_safe.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH safe_mysqld 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH safe_mysqld 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
mysqld_safe \- start the mysqld daemon on Unix.
44
.SH SYNOPSIS

man/mysqldump.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqldump 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqldump 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
mysqldump \- text-based client for dumping or backing up mysql databases , tables and or data.
44

man/mysqlshow.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH mysqlshow 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH mysqlshow 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
.BR mysqlshow
44
\- Shows the structure of a mysql database (databases,tables and columns)

man/perror.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH perror 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH perror 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
perror \- describes a system or MySQL error code.
44
.SH SYNOPSIS

man/replace.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH replace 1 "19 December 2000" "MySQL 3.23" "MySQL database"
1+
.TH replace 1 "19 December 2000" "MySQL 4.0" "MySQL database"
22
.SH NAME
33
.TP
44
replace - A utility program that is used by msql2mysql, but that has more general applicability as well. 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.

0 commit comments

Comments
 (0)