Hello.
Please help me enable Designer View in phpmyadmin (version: 3.4.10.1-all-languages.cp21).
I have the database, tables, uncommented lines from config.inc.php and still no buttons on top in phpmyadmin.
Thanks
Hello.
Please help me enable Designer View in phpmyadmin (version: 3.4.10.1-all-languages.cp21).
I have the database, tables, uncommented lines from config.inc.php and still no buttons on top in phpmyadmin.
Thanks
)
sorry, i got it ..
So... i created a db called phpmyadmin, and a user called pma with a random password, and set it in config.inc.php , and 2 lines below started to uncomment from $cfg['Servers'][$i]['pmadb'] to $cfg['Servers'][$i]['userconfig'].
Set SELECT, INSERT, DELETE, UPDATE permissions for pma to phpmyadmin table.
After, i went to libraries/relations.lib.php and searched for $cfgRelation['designerwork'] and set it to true.
Logout and login back to cpanel.
This should be enough.