Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 90371

Summary: update to phpmyadmin-2.6.2-r1: wrong sql file name shown during install
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***