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