Actions

Phpmyadmin setup and configuration

From zen2

Revision as of 08:45, 25 July 2013 by Chris (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Create the tables found here:

/usr/share/doc/phpmyadmin/examples/create_tables.sql.gz

And then edit

/etc/phpmyadmin/config.inc.php

and add the line:

$cfg['Servers'][$i]['tracking'] = 'pma_tracking';

Reboot.