<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; phpmyadmin</title> <atom:link href="http://www.ghacks.net/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Incredibly simple MySQL administration with SQL Buddy</title><link>http://www.ghacks.net/2011/01/12/incredibly-simple-mysql-administration-with-sql-buddy/</link> <comments>http://www.ghacks.net/2011/01/12/incredibly-simple-mysql-administration-with-sql-buddy/#comments</comments> <pubDate>Wed, 12 Jan 2011 21:52:27 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[database]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[php]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=38925</guid> <description><![CDATA[If you have a need to manage MySQL databases, you know that learning the syntax for the various MySQL tools can be a real nightmare. Fortunately there are tools out there that make this job far more easy. But of the web-based tools, which are easiest? You might have given phpMyAdmin a try, but found [...]]]></description> <content:encoded><![CDATA[<p>If you have a need to manage MySQL databases, you know that learning the syntax for the various MySQL tools can be a real nightmare. Fortunately there are tools out there that make this job far more easy. But of the web-based tools, which are easiest? You might have given phpMyAdmin a try, but found it a bit complex to get up and running (if you&#8217;re curious about phpMyAdmin, read my article &#8220;<a
href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_blank">Install phpmyadmin for easy MySQL administration</a>&#8220;). If that is the case, and you&#8217;re still looking for an easy way to manage your MySQL databases, look no further than <a
href="http://www.sqlbuddy.com/" target="_blank">SQL Buddy</a>.</p><p>SQL Buddy is one of the easiest web-based admin tools you will ever find. Not only does it make the process of creating and editing MySQL databases easy, it is also incredibly easy to install. Let&#8217;s see just how easy this is to manage.</p><p><span
id="more-38925"></span><strong>What you need</strong></p><p>You will, of course, need a working installation of MySQL. You will also have to have your MySQL admin user and password handy. As far as dependencies, you will need to have the following installed:</p><ul><li>PHP &gt;= 4.3</li><li>MySQL &gt;= 4</li></ul><p>Of course, if you already have the MySQL server up and running you might only need the PHP piece installed. You can install the PHP dependency easily from your Add/Remove Software tool. Search for &#8220;php&#8221; (no quotes) and install the version recommended for your distribution and release.</p><p>You will also need to download the SQL Buddy file. You can find that from the <a
href="http://www.sqlbuddy.com/" target="_blank">SQL Buddy main page</a>. This file will be a .zip file. Save that file into your web server&#8217;s document root (on a Ubuntu machine that would be <strong>/var/www</strong>).</p><p><strong>Installation</strong></p><div
id="attachment_38926" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/sql_buddy.png"><img
class="size-medium wp-image-38926 " src="http://www.ghacks.net/wp-content/uploads/2011/01/sql_buddy-550x371.png" alt="" width="330" height="223" /></a><p
class="wp-caption-text">Figure 1</p></div><p>You will be shocked to know there really is no installation. All you need to do is unzip the sqlbuddy_XXX.zip (Where XXX is the release number) within your web server document root and then point your browser to http://ADDRESS_TO_SERVER/sqlbuddy. Where ADDRESS_TO_SERVER is the actual address of your MySQL server. When you do this you will be prompted for the MySQL admin credentials. Enter the credentials and, upon successful authentication, you will find yourself on the SQL Buddy main page (see Figure 1).</p><div
id="attachment_38927" class="wp-caption alignright" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/sql_buddy_table.png"><img
class="size-medium wp-image-38927 " src="http://www.ghacks.net/wp-content/uploads/2011/01/sql_buddy_table-550x444.png" alt="" width="330" height="266" /></a><p
class="wp-caption-text">Figure 2</p></div><p>Once you are in you will find the interface very simple to use. Here you can create new databases by entering a name for the database, selecting the correct charset (Very important), and hitting Submit. Once you do that you will find yourself at a new screen. This new screen (Figure 2) allows you to edit the database and create tables for the database.</p><p>You do need to pay close attention to the creation of tables for your database. Make sure you add the correct fields for the the table or you will get an SQL error and the table will not be saved.</p><p>After you successfully enter the data for your tables, click Submit and your table will be added to the new Database (and the database will be successfully saved).</p><p><strong>Final thoughts</strong></p><p>If you have been searching for an easy method to manage your MySQL databases, search no more&#8230;SQL Buddy will have you easily creating and managing databases on your MySQL server.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/12/incredibly-simple-mysql-administration-with-sql-buddy/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Manage your LDAP data with phpLDAPadmin</title><link>http://www.ghacks.net/2010/08/30/manage-your-ldap-data-with-phpldapadmin/</link> <comments>http://www.ghacks.net/2010/08/30/manage-your-ldap-data-with-phpldapadmin/#comments</comments> <pubDate>Mon, 30 Aug 2010 11:07:09 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Networks]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[Fedora]]></category> <category><![CDATA[LDAP]]></category> <category><![CDATA[LDAP management]]></category> <category><![CDATA[LDAP server]]></category> <category><![CDATA[php5]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33752</guid> <description><![CDATA[The search for the perfect LDAP management tool has brought me around to a tool that is very similar to that of phpMyAdmin (for coverage of this tool, see my article &#8220;Install phpmyadmin for easy MySQL administration&#8220;). Both of these tools are web-based administration tools for tasks that many find too complex to do via [...]]]></description> <content:encoded><![CDATA[<p>The search for the perfect LDAP management tool has brought me around to a tool that is very similar to that of <a
title="phpLDAPAdmin" href="http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page" target="_blank">phpMyAdmin</a> (for coverage of this tool, see my article &#8220;<a
title="Install phpmyadmin for easy MySQL administration" href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/" target="_blank">Install phpmyadmin for easy MySQL administration</a>&#8220;). Both of these tools are web-based administration tools for tasks that many find too complex to do via command line.</p><p>Naturally, what is nice about phpldapadmin is that it allows you to manage your LDAP server from anywhere you have access to a browser (so long as your LDAP server can be reached form anywhere. In this article I am going to show you how to install, configure, and begin to use the phpldapadmin tool.</p><p><span
id="more-33752"></span><strong>Installation</strong></p><p>Before you install phpLDAPAdmin (also known as PLA), you will need to have your LDAP server up and running. Once that is achieved you can then proceed with your installation of this management tool. You will also need to have a web server installed and running (it is a web-based tool after all).  If you do not already have <em>php5-ldap </em>installed, install that package now.</p><p>The first step for installation is to download the <a
title="phpLDAPAdmin source" href="http://sourceforge.net/projects/phpldapadmin/files/" target="_blank">source from Sourceforge</a>. You can install from a pre-compiled binary, but I recommend you do the installation from source.</p><p>Once you have the .tgz file downloaded move that file to your web servers&#8217; document root. In Fedora this will be <strong>/var/www/html</strong> and in Ubuntu this will be <strong>/var/www</strong>. The next step is to unpack the tar file and then rename the newly created directory. You will need administrative privileges for these tasks. Follow these steps:</p><ol><li>Open up a terminal window.</li><li>Change to your document root.</li><li>Su to root (if using Fedora or a Fedora-like distribution).</li><li>Issue the command <em>tar xvfz phpldapadmin-XXX.tgz</em> (If using a Ubuntu-like distribution you will have to add <em>sudo </em>to the beginning of that command) Where XXX is the release number.</li><li>Rename the directory with the command <em>mv phpldapadmin-XXX phpldapadmin </em>(If using Ubu﻿ntu-like distribution you will have to add <em>sudo </em>to the beginning of that command) Where XXX is the release number.</li><li>Change into the phpldapadmin/config and rename the config file with the command <em>mv config.php.sample config.php</em> (If using Ubu﻿ntu-like distribution you will have to add <em>sudo </em>to the beginning of that command).</li></ol><p><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/phpldapadmin.png"><img
class="alignleft size-full wp-image-33753" style="margin-left: 5px;margin-right: 5px" src="http://www.ghacks.net/wp-content/uploads/2010/08/phpldapadmin.png" alt="" width="401" height="180" /></a>Now it&#8217;s time to fire up your web browser and head to your installation. Point your browser to <em>http://ADDRESS_TO_SERVER/phpldapadmin/</em> and you will see a page similar to that in Figure 1.</p><p>The first thing you need to do is click on the Login link (in the left navigation tree). The credentials you need will be those that were created to administer your LDAP server. But don&#8217;t think you can just log in with a username of &#8220;admin&#8221; and a password. You have to use the standard format of LDAP. So a typical administrator login username will look like <em>cn=admin,dc=wallen,dc=local</em>.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/phpldapadmin_login.png"><img
class="alignright size-full wp-image-33754" src="http://www.ghacks.net/wp-content/uploads/2010/08/phpldapadmin_login.png" alt="" width="410" height="231" /></a>Once you have logged in, the main page will look like that shown in Figure 2. Expand the navigation tree on the left nav and you can see where you can start creating new entries.</p><p><strong>Final thoughts</strong></p><p>You are now ready to rock your LDAP server from anywhere you can access a web browser. The phpLDAPAdmin tool makes LDAP as easy as phpMyAdmin makes MySQL. This is one of the best LDAP admin tools you will find.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/30/manage-your-ldap-data-with-phpldapadmin/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Install Drupal on a LAMP Server</title><link>http://www.ghacks.net/2009/02/10/install-drupal-on-a-lamp-server/</link> <comments>http://www.ghacks.net/2009/02/10/install-drupal-on-a-lamp-server/#comments</comments> <pubDate>Tue, 10 Feb 2009 00:19:03 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[CMS]]></category> <category><![CDATA[content management system]]></category> <category><![CDATA[Drupal]]></category> <category><![CDATA[LAMP]]></category> <category><![CDATA[phpmyadmin]]></category> <category><![CDATA[website]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10132</guid> <description><![CDATA[Drupal is one of the most popular of all the Content Management Systems (CMS). Drupal can power: Community portals, discussion forums, corporate sites, personal sites, blogs, e-commerce, and more. Drupal is open source (released under the GPL) and the only real installation restriction is that of the database. Drupal must use either a MySQL or [...]]]></description> <content:encoded><![CDATA[<p>Drupal is one of the most popular of all the Content Management Systems (CMS). Drupal can power: Community portals, discussion forums, corporate sites, personal sites, blogs, e-commerce, and more. <a
title="Drupal" href="http://drupal.org/" target="_blank">Drupal</a> is open source (released under the GPL) and the only real installation restriction is that of the database. Drupal must use either a MySQL or a PosgreSQL database to connect to.</p><p>One of the simplest installation is on a LAMP (Linux Apache MySQL PHP) server. Before you go on, however, I will highly suggest you install PhpMyAdmin so the database creation is simple. For more information take a look at my <a
href="http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/">Install PhpMyAdmin for easy MySQL Administration</a> article. Once you have PhpMyAdmin installed you will want to create a database for your installation. You can name the database whatever you want, just make sure you remember the name. With your LAMP server up and running you have the most difficult aspect of the installation out of the way. All that is left is the actual installation of Drupal.</p><p><span
id="more-10132"></span>Your first step is to download the latest release of Drupal from the <a
title="Drupal download page" href="http://drupal.org/drupal-6.9" target="_blank">Drupal download page</a>. Once you have that file downloaded move it to your web servers&#8217; document root. You will need root access to undertake these steps so you will with <em>su<strong> </strong></em>to root or use <em>sudo</em>.</p><p>Unpack the Drupal file. This will most likely be done with the <em>tar xvzf drupal-XXX.tar.gz </em>command (Where <em>XXX</em> is the actual realease number). This will create a new directory called <strong>drupal-XXX </strong>(Where <strong>XXX</strong> is the release number). Now, I always change the name of this directory for simplicity. I will either rename this directory to <strong>main</strong> or something easy to remember. You can also move the entire contents of the directory into the document root. The only issue this can cause is if you are installing multiple sites on the same server. For that reason I tend to keep the Drupal install in its very own directory.</p><p>Once you have this file unpacked and the directory renamed, the fun begins. Fire up your browser and point it to <em>http://path/to/installation/ </em>(Where <em>path/to/installation </em>is the entire path to the Drupal installation. For example <em>http://192.168.1.10/main/</em>.) This will automatically start up the installation process.</p><div
id="attachment_10442" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install1.png"><img
class="size-medium wp-image-10442" src="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install1-500x382.png" alt="Step 1" width="300" height="229" /></a><p
class="wp-caption-text">Step 1</p></div><p>The first step in the installation is to select your language. The default will be English. If you need to install Drupal in another language select the obvious link. Once you click the appropriate link you will be taken to the next step.</p><div
id="attachment_10443" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install2.png"><img
class="size-medium wp-image-10443" src="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install2-500x382.png" alt="Step 2" width="300" height="229" /></a><p
class="wp-caption-text">Step 2</p></div><p>Step 2 requires that you change the name of the <em>default.settings.php </em>to <em>settings.php</em>. This file will be found in the <strong>/var/www/html/main/sites/default/ </strong>directory (This will depend upon your installation of course.) You also need to change the permissions of this file so it is writable by the web server. You can do this with the command <em>chmod g+w settings.php</em>. One last step is to create the directory <strong>sites/default/files</strong> with the command (from within your web servers&#8217; document root) <em>mkdir sites/default/files</em>. You may get another error when you click <em>try again</em>. If you do this is a permissions error. Enter the command <em>chmod -R g+w sites/default/files</em> which should solve the problem.</p><div
id="attachment_10444" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install4.png"><img
class="size-medium wp-image-10444" src="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install4-500x382.png" alt="Step 3" width="300" height="229" /></a><p
class="wp-caption-text">Step 3</p></div><p>Now it is time to set up your database. Remember the database you created with PhpMyAdmin? This is where that information goes.</p><p>Once you fill out this information click Save and Continue to move on. You&#8217;re almost done.</p><div
id="attachment_10446" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install51.png"><img
class="size-medium wp-image-10446" src="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install51-500x382.png" alt="Step 4" width="300" height="229" /></a><p
class="wp-caption-text">Step 4</p></div><p>Just a couple more steps. Now you can remove write permissions on the settings.php file (<em>chmod o-w settings.php</em>) and enter the configuration information for your site. The information you need to provide is self explanitory. Once you have finished save the information and you&#8217;re done. You will be greeted with the &#8220;Installation Complete&#8221; page!</p><div
id="attachment_10447" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install6.png"><img
class="size-medium wp-image-10447" src="http://www.ghacks.net/wp-content/uploads/2009/02/drupal_install6-500x382.png" alt="Installation Complete" width="300" height="229" /></a><p
class="wp-caption-text">Installation Complete</p></div><p><strong>Final Thoughts</strong></p><p>You can now log in with your administrator name (you will have created that in the site configuration page above) and start building your site. Drupal is an outstanding Content Management System you will quickly come to depend upon for many of your website rollouts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/10/install-drupal-on-a-lamp-server/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Install phpmyadmin for easy MySQL administration</title><link>http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/</link> <comments>http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/#comments</comments> <pubDate>Sat, 20 Dec 2008 01:17:26 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[database]]></category> <category><![CDATA[LAMP]]></category> <category><![CDATA[Linux database server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[phpmyadmin]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9194</guid> <description><![CDATA[I have been working with LAMP (Linux Apache, MySQL, PHP) servers for a long time. But not matter how much experience I have with them one of the first things I, do after the LAMP installation, is to install phpMyAdmin. This tool makes database administration so much easier than the command line. And when your [...]]]></description> <content:encoded><![CDATA[<p>I have been working with LAMP (Linux Apache, MySQL, PHP) servers for a long time. But not matter how much experience I have with them one of the first things I, do after the LAMP installation, is to install phpMyAdmin. This tool makes database administration so much easier than the command line. And when your job is rolling out sites that depend upon MySQL databases, you know how quickly MySQL can fubar a quick deployment.</p><p>In this article you will learn how to install and configure the phpMyAdmin MySQL tool.</p><p><span
id="more-9194"></span>The first step is to download phpMyAdmin. You can get this tool from the <a
title="phpMyAdmin download page" href="http://www.phpmyadmin.net/home_page/downloads.php" target="_blank">phpMyAdmin download page</a>. Once you have this downloaded you will need to move the file into the document root of your web server (you will need to have root or sudo access to do this and the setup) Most likely this will be either <em>/var/www/html </em>or <em>/var/www</em>. Once you have this file in the proper locaton it is time to take care of business.</p><p>The first thing to do is to unpack the file. The unpacking command will depend upon what file format you download. Let&#8217;s use the .gz file for an example. With the file <a
href="http://sourceforge.net/projects/phpmyadmin/files/#!md5!7b92c4a670bba085484e7f3a7c25e825">phpMyAdmin-3.1.1-english.tar.gz</a> in place issue the command:</p><p>tar xvzf phpMyAdmin-3.11-english.tar.gz</p><p>The resulting directory will be <strong>phpMyAdmin</strong>. I highly recommend changing the name of that directory to something easier to navigate and remember. I generally just change the directory with the command <em>mv phpMyAdmin phpmyadmin</em>.</p><p>Now that the directory is correct move into the directory. There is one file in particular you must have which is the <strong>config.inc.php<em> </em></strong>file. You will notice there is a file called <strong>config.sample.inc.php</strong>. Some documentation instructs to change the name of <strong>config.sample.inc.php</strong> to <strong>config.inc.php</strong> and make your changes from within that file. It is my opinion that method can become confusing with all of the extra options included. Instead create the new config file with the following contents (depending upon your setup):</p><p><code>&lt;?php<br
/> $cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */<br
/> /*<br
/> * Servers configuration<br
/> */<br
/> $i = 0;<br
/> /*<br
/> * First server<br
/> */<br
/> $i++;<br
/> $cfg['Servers'][$i]['user'] = 'root';<br
/> $cfg['Servers'][$i]['password'] = 'ROOT_PASSWORD';<br
/> $cfg['Servers'][$i]['verbose'] = '';<br
/> $cfg['Servers'][$i]['host'] = 'localhost';<br
/> $cfg['Servers'][$i]['port'] = '';<br
/> $cfg['Servers'][$i]['socket'] = '';<br
/> $cfg['Servers'][$i]['connect_type'] = 'tcp';<br
/> $cfg['Servers'][$i]['extension'] = 'mysqli';<br
/> $cfg['Servers'][$i]['auth_type'] = 'config';<br
/> $cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;<br
/> $cfg['Servers'][$i]['nopassword'] = true;<br
/> ?&gt;<br
/> </code></p><p>There are a few pieces to note. First make sure you use the actual root mysql password where you see ROOT_PASSWORD. Also, if you want to prompted each time for your login information change <em>&#8216;config&#8217; </em>to <em>&#8216;cookie&#8217;</em> in the <em>&#8216;auth_type&#8217; </em>line.</p><p>Once you have that configuration file in place you should be able to log into your phpmyadmin system. To do this you will enter http://ADDRESS_TO_SERVER/phpmyadmin/ in your browser (where ADDRESS_TO_SERVER is the IP Address or URL that points to the server.</p><p>If, for some reason, this configuration file does not work for you give the web-based setup script a try. To run this point your browser to http://ADDRESS_TO_SERVER/phpmyadmin/setup<em> </em>to start the graphical setup process.</p><p>After you are logged in it should be pretty obvious how to create a new database. You simple enter thename you want to give the database and click the Create button.</p><p>You&#8217;re done! You now have a phpmyadmin install ready to serve you.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/20/install-phpmyadmin-for-easy-mysql-administration/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
