Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PMA Database ... not OK[ Documentation ]

35 views
Skip to first unread message

Russell Griechen

unread,
Oct 12, 2002, 9:06:59 PM10/12/02
to Php-Db
Does this mean that to use this version that I would have to pay for another
database and how would this impact the database that is powering my site?

The last couple of versions of PhpMyAdmin carries this:

Error
The additional Features for working with linked Tables have been
deactivated. To find out why click 'here'
Clicking on the Link...

PMA Database ... not OK[ Documentation ]
General relation features Disabled

Info revealed:
$cfg['Servers'][$i]['pmadb'] string
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with
master / foreign - tables. To use those as well as the bookmark feature you
will need to create a new db.

To use this functionality as superuser create a new database:
create a new database for phpmyadmin:
CREATE DATABASE phpmyadmin;
Note that "controluser" must have SELECT, INSERT, UPDATE and DELETE
privileges on this database. Here is a query to set up those privileges
(using "phpmyadmin" as the database name, and "pma" as the controluser):
GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
do not give any other user rights on this database.
enter the databasename in $cfg['Servers'][$i]['pmadb']

Russell Griechen

Bas Lubbersen

unread,
Oct 21, 2002, 8:23:51 AM10/21/02
to
rus...@bellsouth.net (Russell Griechen) wrote in message news:<004b01c27254$d589ea80$af74fea9@default>...

> Does this mean that to use this version that I would have to pay for another
> database and how would this impact the database that is powering my site?
No, it means that there are a few extra functions that you could be
using if you created a special PHPMyAdmin database in your mysql
database server.

You can just ignore this if you don't need any extra functions

0 new messages