{"id":498,"date":"2009-10-15T16:28:32","date_gmt":"2009-10-15T14:28:32","guid":{"rendered":"http:\/\/raftaman.net\/?p=498"},"modified":"2021-05-15T11:46:41","modified_gmt":"2021-05-15T09:46:41","slug":"installing-phpmyadmin-on-centos","status":"publish","type":"post","link":"https:\/\/possiblelossofprecision.net\/?p=498","title":{"rendered":"Installing phpMyAdmin on CentOS [Update]"},"content":{"rendered":"<p>Because CentOS doesn&#8217;t pull all dependencies correctly, here is my little memory hook for installing phpmyadmin (and mysql, of course) <\/p>\n<pre class=\"brush: plain; light: true; title: ; notranslate\" title=\"\">\r\nrpm -Uvh http:\/\/apt.sw.be\/redhat\/el5\/en\/i386\/RPMS.dag\/rpmforge-release-0.3.6-1.el5.rf.i386.rpm\r\nyum install php phpmyadmin php-mcrypt php-mbstring mysql-server\r\n<\/pre>\n<p>After installing the packages, edit <code>\/etc\/httpd\/conf.d\/phpmyadmin.conf<\/code> and add the IP of your admin workstation to the line that begins with <i>Allow from<\/i>.<\/p>\n<p>For using phpmyadmin with cookie auth, you have to set a blowfish secret in <code>\/usr\/share\/phpmyadmin\/config.inc.php<\/code>:<\/p>\n<pre class=\"brush: plain; light: true; title: ; notranslate\" title=\"\">\r\n&#x5B;...]\r\n$cfg&#x5B;'blowfish_secret'] = 'Secret_Password';\r\n&#x5B;...]\r\n<\/pre>\n<p><strong>Update:<\/strong> Added <code>php-mbstring<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Because CentOS doesn&#8217;t pull all dependencies correctly, here is my little memory hook for installing phpmyadmin (and mysql, of course) rpm -Uvh http:\/\/apt.sw.be\/redhat\/el5\/en\/i386\/RPMS.dag\/rpmforge-release-0.3.6-1.el5.rf.i386.rpm yum install php phpmyadmin php-mcrypt php-mbstring mysql-server After installing the packages, edit \/etc\/httpd\/conf.d\/phpmyadmin.conf and add the IP of your admin workstation to the line that begins with Allow from. For using phpmyadmin with cookie auth, you have&#8230; <a href=\"https:\/\/possiblelossofprecision.net\/?p=498\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[13],"class_list":["post-498","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-centos"],"_links":{"self":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=498"}],"version-history":[{"count":5,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/498\/revisions"}],"predecessor-version":[{"id":2693,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=\/wp\/v2\/posts\/498\/revisions\/2693"}],"wp:attachment":[{"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/possiblelossofprecision.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}