Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74905 - phpmyadmin 2.6.1_rc1 wrong version in instructions
Summary: phpmyadmin 2.6.1_rc1 wrong version in instructions
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Tom Payne (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-18 20:20 UTC by Rajiv Aaron Manglani (RETIRED)
Modified: 2004-12-19 10:35 UTC (History)
1 user (show)

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