Actions

Difference between revisions of "Phpmyadmin setup and configuration"

From zen2

(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…')
 
m (1 revision)
 
(No difference)

Latest revision as of 08:45, 25 July 2013

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.