Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90371 - update to phpmyadmin-2.6.2-r1: wrong sql file name shown during install
Summary: update to phpmyadmin-2.6.2-r1: wrong sql file name shown during install
Status: RESOLVED DUPLICATE of bug 83614
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-25 07:28 UTC by Toralf Förster
Modified: 2005-07-17 13:06 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2005-04-25 07:28:11 UTC
From the log:

...
 * Remove whatever is listed above by hand

To complete installation, you must

1. Update MySQL's grant tables and the pmadb database:
     mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.2_rc1/sqlscripts/mysql/2.6.2_rc1_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restart
...

But :
...
nhh221 ~ # mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.2_rc1/sqlscripts/mysql/2.6.2_rc1_create.sql
-bash: /usr/share/webapps/phpmyadmin/2.6.2_rc1/sqlscripts/mysql/2.6.2_rc1_create.sql: No such file or directory
...

Instead it is the file :

...
nhh221 ~ # mysql -u root -p < /usr/share/webapps/phpmyadmin/2.6.2-r1/sqlscripts/mysql/2.6.2-r1_create.sql
Enter password:
...


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-25 07:37:13 UTC

*** This bug has been marked as a duplicate of 83614 ***