{"id":96,"date":"2018-12-22T16:31:36","date_gmt":"2018-12-22T08:31:36","guid":{"rendered":"http:\/\/itrapt.com\/blog\/?p=96"},"modified":"2018-12-22T16:33:14","modified_gmt":"2018-12-22T08:33:14","slug":"setting-up-phpmyadmin-configuration-storage-on-a-synology-diskstation","status":"publish","type":"post","link":"https:\/\/itrapt.com\/blog\/setting-up-phpmyadmin-configuration-storage-on-a-synology-diskstation\/","title":{"rendered":"Setting Up phpMyAdmin Configuration Storage on a Synology DiskStation"},"content":{"rendered":"<p>Setting Up phpMyAdmin Configuration Storage:<\/p>\n<ol>\n<li>Import create_tables.sql from phpMyAdmin&#8217;s examples folder to MySQL. When upgrading from a previous phpMyAdmin installation then import upgrade_tables_mysql_4_1_2+.sql before importing create_tables.sql.<\/li>\n<li>Create user `pma` and grant access to the database `phpmyadmin` GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO &#8216;pma&#8217;@&#8217;localhost&#8217;;<\/li>\n<li>Uncomment phpMyAdmin configuration storage settings in config.inc.php\/*<br \/>\n\/* Storage database and tables *\/<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;pmadb&#8217;] = &#8216;phpmyadmin&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;bookmarktable&#8217;] = &#8216;pma__bookmark&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;relation&#8217;] = &#8216;pma__relation&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;table_info&#8217;] = &#8216;pma__table_info&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;table_coords&#8217;] = &#8216;pma__table_coords&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;pdf_pages&#8217;] = &#8216;pma__pdf_pages&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;column_info&#8217;] = &#8216;pma__column_info&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;history&#8217;] = &#8216;pma__history&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;table_uiprefs&#8217;] = &#8216;pma__table_uiprefs&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;tracking&#8217;] = &#8216;pma__tracking&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;userconfig&#8217;] = &#8216;pma__userconfig&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;recent&#8217;] = &#8216;pma__recent&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;favorite&#8217;] = &#8216;pma__favorite&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;users&#8217;] = &#8216;pma__users&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;usergroups&#8217;] = &#8216;pma__usergroups&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;navigationhiding&#8217;] = &#8216;pma__navigationhiding&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;savedsearches&#8217;] = &#8216;pma__savedsearches&#8217;;<br \/>\n$cfg[&#8216;Servers&#8217;][$i][&#8216;central_columns&#8217;] = &#8216;pma__central_columns&#8217;;<\/li>\n<li>That&#8217;s it! Begin saving your configuration.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Setting Up phpMyAdmin Configuration Storage: Import create_tables.sql from phpMyAdmin&#8217;s examples folder to MySQL. When upgrading from a previous phpMyAdmin installation then import upgrade_tables_mysql_4_1_2+.sql before importing create_tables.sql. Create user `pma` and grant access to the database `phpmyadmin` GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO &#8216;pma&#8217;@&#8217;localhost&#8217;; Uncomment phpMyAdmin configuration storage settings in config.inc.php\/* \/* Storage database [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":""},"categories":[62],"tags":[61,60,58,59],"_links":{"self":[{"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/posts\/96"}],"collection":[{"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/comments?post=96"}],"version-history":[{"count":4,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/posts\/96\/revisions"}],"predecessor-version":[{"id":132,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/posts\/96\/revisions\/132"}],"wp:attachment":[{"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/media?parent=96"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/categories?post=96"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itrapt.com\/blog\/wp-json\/wp\/v2\/tags?post=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}