Unix and Linux Discussions Tagged with mysql |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
7 |
24,075 |
Programming |
|
|
|
1 |
16,713 |
What is on Your Mind? |
|
|
|
45 |
58,308 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
19,129 |
Programming |
|
|
|
18 |
15,429 |
What is on Your Mind? |
|
|
|
14 |
16,261 |
What is on Your Mind? |
|
|
|
31 |
19,210 |
What is on Your Mind? |
|
|
|
3 |
9,639 |
What is on Your Mind? |
|
|
|
1 |
14,848 |
What is on Your Mind? |
|
|
|
1 |
7,796 |
UNIX for Beginners Questions & Answers |
|
|
|
27 |
84,604 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
19,665 |
Shell Programming and Scripting |
|
|
|
8 |
4,716 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
52,645 |
What is on Your Mind? |
|
|
|
12 |
2,999 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,589 |
Shell Programming and Scripting |
|
|
|
0 |
2,923 |
What is on Your Mind? |
|
|
|
12 |
4,001 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,044 |
What is on Your Mind? |
|
|
|
1 |
7,569 |
Web Development |
|
|
|
4 |
18,742 |
Web Development |
|
|
|
4 |
3,734 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
3,968 |
Programming |
|
|
|
2 |
3,271 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,586 |
What is on Your Mind? |
|
|
|
0 |
8,001 |
Cybersecurity |
|
|
|
0 |
11,571 |
Web Development |
|
|
|
2 |
2,211 |
Shell Programming and Scripting |
|
|
|
4 |
27,211 |
Web Development |
|
|
|
3 |
3,661 |
Shell Programming and Scripting |
|
|
|
1 |
4,969 |
Programming |
|
|
|
2 |
6,821 |
Linux |
|
|
|
2 |
4,104 |
Shell Programming and Scripting |
|
|
|
4 |
3,370 |
Shell Programming and Scripting |
|
|
|
3 |
2,990 |
Shell Programming and Scripting |
|
|
|
7 |
7,503 |
Shell Programming and Scripting |
|
|
|
4 |
3,440 |
Web Development |
|
|
|
2 |
3,302 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
2,709 |
Programming |
|
|
|
6 |
5,288 |
Programming |
mysql(1) MySQL database mysql(1)
NAME
mysql_fix_privilege_tables - Fixes MySQL privilege tables.
SYNOPSIS
mysql_fix_privilege_tables [mysql_root_password]
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, run the script again and give the MySQL root user password as an argument.
SEE ALSO
isamchk(1), isamlog(1), mysql(1), mysqlaccess(1), mysqladmin(1), mysqld(1), mysqld_multi(1), mysqld_safe(1), mysqldump(1), mysqlshow(1),
mysql_zap(1), perror(1), replace(1)
For more information please refer to the MySQL reference manual, which may already be installed locally and which is also available online
at http://www.mysql.com/doc/en/
BUGS
Please refer to http://bugs.mysql.com/ to report bugs.
AUTHOR
This manpage was written by Christian Hammers <ch@debian.org>.
MySQL is available at http://www.mysql.com/.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+--------------------+------------------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+------------------------------------+
|Availability | SUNWmysqlr, SUNWmysqlu, SUNWmysqlt |
+--------------------+------------------------------------+
|Interface Stability | External |
+--------------------+------------------------------------+
NOTES
Source for mysql is available on http://opensolaris.org.
MySQL 4.0 17 March 2003 mysql(1)