How to Install Updates on an Unmanaged Server
In this article, we will illustrate the process of updating an unmanaged server. Keeping your…

The designer mode in phpMyAdmin allows us to view databases, tables, and the various fields that form a diagram. One can also easily view the relationship between tables there. It is a very convenient mode when one often tries to design, modify, or explore database systems.
For this tutorial, we will see how to activate this designer mode in phpMyAdmin (4.1). Just for your information, this tutorial is validated under WAMP.
Activation of Designer Mode
So let’s begin, to activate designer mode we’ll start by going to find a file name as config.inc.php in the phpMyAdmin installation directory.
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; $cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark'; $cfg['Servers'][$i]['relation'] = 'pma__relation'; $cfg['Servers'][$i]['table_info'] = 'pma__table_info'; $cfg['Servers'][$i]['table_coords'] = 'pma__table_coords'; $cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages'; $cfg['Servers'][$i]['column_info'] = 'pma__column_info'; $cfg['Servers'][$i]['history'] = 'pma__history'; $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords'; $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
Explore more hosting insights, tips and industry updates.
In this article, we will illustrate the process of updating an unmanaged server. Keeping your…
There are so many hosting plans in the market. Most of the users who wish…
No wonder, cloud computing is considered to be the mainstream technology for most companies…