Bug #31065 mysql_fix_privilege_tables.sql is not where the docs say it is
Submitted: 17 Sep 2007 16:33 Modified: 25 Oct 2007 20:19
Reporter: Peter Brawley (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:5.1.21 OS:Windows (W2K SP4)
Assigned to: Paul DuBois CPU Architecture:Any
Tags: qc

[17 Sep 2007 16:33] Peter Brawley
Description:
http://dev.mysql.com/doc/refman/5.0/en/mysql-fix-privilege-tables.html provides this example for running mysql-fix-privilege-tables.sql:

C:\> cd "C:\Program Files\MySQL\MySQL Server 5.0"
C:\> bin\mysql -u root -p mysql
mysql> SOURCE scripts/mysql_fix_privilege_tables.sql

which does not work, because installation now put the file in the share subdir, NOT in the scripts subdir.

How to repeat:
As above
[17 Sep 2007 16:40] Valeriy Kravchuk
Thank you for a reasonable documentation request.
[25 Oct 2007 20:19] Peter Lavin
Documentation updated. Thanks for your bug submission.