Enable PHPMyAdmin Designer mode (diagrams to show relationships between tables)
Go to /path/to/phpmyadmin/config.inc.php (or something similar) Change these settings: $cfg[‘Servers’][$i][‘controluser’] = ‘pma’; $cfg[‘Servers’][$i][‘controlpass’] = ‘yourpass’; (don’t forget to give user pma a password otherweise people… Read More »Enable PHPMyAdmin Designer mode (diagrams to show relationships between tables)