Skip to content

Commit a292818

Browse files
- 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

Lines changed: 37 additions & 14 deletions

man/Makefile.am

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 23 additions & 0 deletions
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 <[email protected]>.
21+
22+
MySQL is available at http://www.mysql.com/.
23+
.\" end of man page

man/mysql_zap.1

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)