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

Bug 88443

Summary: dev-db/phpmyadmin-2.6.2_rc1: wrong path for 2.6.1_p2-r1_create.sql
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2005-04-09 02:39:12 UTC
During update of phpmyadmin from phpmyadmin-2.6.1_p2-r1 to phpmyadmin-2.6.2_rc1 I read:
...
--- !empty dir /var/www/localhost/htdocs/phpmyadmin
 * 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.1_p2-r1/sqlscripts/mysql/2.6.1_p2-r1_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restart
...

But here is what my system says:
 nhh221 ~ # ls -l /usr/share/webapps/phpmyadmin/2.6.1_p2-r1/sqlscripts/mysql/2.6.1_p2-r1_create.sql
ls: /usr/share/webapps/phpmyadmin/2.6.1_p2-r1/sqlscripts/mysql/2.6.1_p2-r1_create.sql: No such file or directory


BTW this might be the right location :
nhh221 ~ # ls -l /usr/share/webapps/phpmyadmin/2.6.2_rc1/sqlscripts/mysql/2.6.2_rc1_create.sql
-rw-r--r--  1 root root 3240 Apr  9 11:31 /usr/share/webapps/phpmyadmin/2.6.2_rc1/sqlscripts/mysql/2.6.2_rc1_create.sql



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-09 02:47:21 UTC
I submitted patches for this in Bug 83614. 
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-04-13 10:46:29 UTC

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