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

Bug 74905

Summary: phpmyadmin 2.6.1_rc1 wrong version in instructions
Product: Gentoo Linux Reporter: Rajiv Aaron Manglani (RETIRED) <rajiv>
Component: New packagesAssignee: Tom Payne (RETIRED) <twp>
Status: RESOLVED WORKSFORME    
Severity: normal CC: web-apps
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2004-12-18 20:20:05 UTC
at the end of the phpmyadmin 2.6.1_rc1 ebuild i saw:

 * 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.0_p3/sqlscripts/mysql/2.6.0_p3_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restart

however, the versions in those instructions are incorrect. they should be 2.6.1_rc1, not 2.6.0_p3.

this message is coming from /usr/portage/dev-db/phpmyadmin/files/postinstall-en.txt :

1. Update MySQL's grant tables and the pmadb database:
     mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restart
Comment 1 Tom Payne (RETIRED) gentoo-dev 2004-12-19 10:35:44 UTC
Can you verify this please? It works for me:

 * phpmyadmin-2.6.1_rc1 is not installed - using install mode
 * Running /usr/sbin/webapp-config -I -h localhost -u root -d /phpmyadmin phpmyadmin 2.6.1_rc1

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_rc1/sqlscripts/mysql/2.6.1_rc1_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restart

If you are upgrading from an earlier version and are using phpMyAdmin's
features for master/foreign tables be sure to read
  http://localhost/phpmyadmin/Documentation.html#col_com
You will need to perform the ALTER TABLE step yourself.

Finally, point your browser to http://localhost/phpmyadmin/.

>>> Regenerating /etc/ld.so.cache...


Maybe webapp-config has left something behind since your output includes:
" * Remove whatever is listed above by hand"


Cheers,

Tom