- 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)


man/Makefile.am:
   - added mysql_fix_privilege_tables(1) man page to man_MANS
man/isamchk.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/isamlog.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysql.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysql_zap.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqlaccess.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqladmin.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqld.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqld_multi.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqld_safe.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqldump.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/mysqlshow.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/perror.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
man/replace.1:
   - Updated version number ("MySQL-3.23" -> "MySQL 4.0")
This commit is contained in:
unknown 2003-05-13 18:54:20 +02:00
parent 4ccf66df87
commit 46d868829e
15 changed files with 37 additions and 14 deletions

View File

@ -19,7 +19,7 @@
man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \
mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \
perror.1 replace.1 mysqld_safe.1
perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1
EXTRA_DIST = $(man_MANS)

View File

@ -1,4 +1,4 @@
.TH isamchk 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH isamchk 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
.BR isamchk
\- Description, check and repair of ISAM tables.

View File

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

View File

@ -1,4 +1,4 @@
.TH mysql 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH mysql 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
mysql \- text-based client for mysqld, a SQL-based relational database daemon
.SH SYNOPSIS

View File

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

View File

@ -1,4 +1,4 @@
.TH zap 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH zap 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
zap - a perl script used to kill processes
.SH USAGE

View File

@ -1,4 +1,4 @@
.TH mysqlaccess 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH mysqlaccess 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
.BR mysqlaccess
\- Create new users to mysql.

View File

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

View File

@ -1,4 +1,4 @@
.TH mysqld 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH mysqld 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
.BR mysqld
\- Starts the MySQL server demon

View File

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

View File

@ -1,4 +1,4 @@
.TH safe_mysqld 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH safe_mysqld 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
mysqld_safe \- start the mysqld daemon on Unix.
.SH SYNOPSIS

View File

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

View File

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

View File

@ -1,4 +1,4 @@
.TH perror 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH perror 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
perror \- describes a system or MySQL error code.
.SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH replace 1 "19 December 2000" "MySQL 3.23" "MySQL database"
.TH replace 1 "19 December 2000" "MySQL 4.0" "MySQL database"
.SH NAME
.TP
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.