Actions

Phpmyadmin setup and configuration

From zen2

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.