Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83778 - phpmyadmin-2.6.1_p2 instruction errors
Summary: phpmyadmin-2.6.1_p2 instruction errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-01 23:56 UTC by steveb
Modified: 2005-03-02 11:34 UTC (History)
0 users

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 steveb 2005-03-01 23:56:45 UTC
After the update from 2.6.1_rc2 to 2.6.1_p2, I get the following output:
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_rc2/sqlscripts/mysql/2.6.1_rc2_create.sql
2. Reload MySQL:
     /etc/init.d/mysql restartTo complete installation, you must


This is definatly wrong. It should be a path to 2.6.1_p2

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 steveb 2005-03-02 11:34:58 UTC
Funny: 2.6.1_p2-r1 solves the problem
 *
 * The 'vhosts' USE flag is switched ON
 * This means that Portage will not automatically run webapp-config to
 * complete the installation.
 *
 * To install phpmyadmin-2.6.1_p2-r1 into a virtual host, run the following command:
 *
 *     webapp-config -I -h <host> -d phpmyadmin phpmyadmin 2.6.1_p2-r1
 *
 * For more details, see the webapp-config(8) man page