Actions

Phpmyadmin setup and configuration

From zen2

Revision as of 04:55, 4 May 2010 by Chris (talk | contribs) (Created page with 'Create the tables found here: <pre> /usr/share/doc/phpmyadmin/examples/create_tables.sql.gz </pre> And then edit <pre> /etc/phpmyadmin/config.inc.php </pre> and add the line: <p…')
(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.