Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109923 - MySQL upgrade 4.1 documentation
Summary: MySQL upgrade 4.1 documentation
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 07:34 UTC by Sumit Khanna
Modified: 2005-10-21 03:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sumit Khanna 2005-10-20 07:34:15 UTC
The documentation at:
http://www.gentoo.org/doc/en/mysql-upgrading.xml

after the "mysql_fix_privilege_tables" part of the document, could you guys
update it to show that you have to run FLUSH PRIVILEGES as root? None of my old
users worked until I did that.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Arnaud Launay 2005-10-20 09:03:06 UTC
If you look carefully at the doc, you'll see that after fixing priv table, it
indicates that you should restart mysql:

If you now restart your MySQL daemon and everything went as expected, you will
have a fully working version of 4.1.x! :-)

Code Listing 3.6: Restart the MySQL instance
# /etc/init.d/mysql restart

Which of course takes care of the privileges flushing (and some other things,
like modified variables, etc)
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2005-10-21 03:12:55 UTC
(In reply to comment #1)
> If you look carefully at the doc, you'll see that after fixing priv table, it
> indicates that you should restart mysql:

Indeed.