blob: 1e48e7659320d5f5c2b88d09a022b47e265c2539 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
To complete installation, you must
1. Update MySQL's grant tables and the pmadb database:
mysql -u root -p < ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql
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/.
|