<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 07:20:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ars Technica:  Questions abound as malicious phpMyAdmin backdoor found on SourceForge site]]></title>
      <guid>http://www.phpdeveloper.org/news/18521</guid>
      <link>http://www.phpdeveloper.org/news/18521</link>
      <description><![CDATA[<p>
As Ars Technica reports, there was a <a href="http://arstechnica.com/security/2012/09/questions-abound-as-malicious-phpmyadmin-backdoor-found-on-sourceforge-site/">recent exploit</a> found on the SourceForce website's installation of <a href="http://www.phpmyadmin.net/home_page/index.php">phpMyAdmin</a> that allowed an attacker to POST anything to the site to be executed.
</p>
<blockquote>
Developers of phpMyAdmin warned users they may be running a malicious version of the open-source software package after discovering backdoor code was snuck into a package being distributed over the widely used SourceForge repository. The backdoor contains code that allows remote attackers to take control of the underlying server running the modified phpMyAdmin, which is a Web-based tool for managing MySQL databases. The PHP script is found in a file named server_sync.php, and it reads PHP code embedded in standard POST Web requests and then executes it. T
</blockquote>
<p>
The backdoor was somehow snuck into the code of phpMyAdmin on one of the mirrors and distributed to those downloading version 3.5.2.2. They think that the only downloads that were tainted with this issue were on the "cdnetworks" mirror site. You can find out more about the issue <a href="http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php">in this advisory</a> - be sure you check your installation for a "server_sync.php" file and remove it if it exists.
</p>]]></description>
      <pubDate>Wed, 26 Sep 2012 09:45:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Lorna Mitchell's Blog: phpMyAdmin Designer View]]></title>
      <guid>http://www.phpdeveloper.org/news/16540</guid>
      <link>http://www.phpdeveloper.org/news/16540</link>
      <description><![CDATA[<p>
<i>Lorna Mitchell</i> has a new post today spotlighting a handy feature of the <a href="http://phpmyadmin.net">phpMyAdmin</a> tool - the <a href="http://www.lornajane.net/posts/2011/PHPMyAdmin-Designer-View">visual designer view</a>. It allows you to build (and see) the relationships between your MySQL-based application's elements.
</p>
<blockquote>
I'm happier at the command line, but needed some graphical representation of information and easy ways to export example queries for the book I'm working on. I noticed that phpMyAdmin now has a Designer tab, which shows relationships between tables and allows you to define them.
</blockquote>
<p>
She includes <a href="http://www.lornajane.net/uploads/tech/foreign-key1.png">two</a> <a href="http://www.lornajane.net/uploads/tech/phpmyadmin1.png">screenshots</a> of the process of setting up a foreign key on two tables. You can find lots more articles related to the designer view <a href="http://www.google.com/#sclient=psy&hl=en&source=hp&q=phpmyadmin+designer+view">here</a>.
</p>]]></description>
      <pubDate>Thu, 30 Jun 2011 11:29:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPBuilder.com: Top 10 phpMyAdmin Tips and Tricks You May Not Know]]></title>
      <guid>http://www.phpdeveloper.org/news/15880</guid>
      <link>http://www.phpdeveloper.org/news/15880</link>
      <description><![CDATA[<p>
In <a href="http://www.phpbuilder.com/columns/phpmyadmin/Jason_Gilmore02082011.php3">this new article</a> on PHPBuilder.com today, they share ten handy tips that you might not have known you could do with the <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> tool.
</p>
<blockquote>
Despite approaching its 12th birthday, phpMyAdmin is still under active development, with at least one significant version released every year since the project's inception. In fact even after almost a decade of use I still marvel over discovering features which I had no idea existed. In this article I thought I'd highlight 10 useful phpMyAdmin features which may have escaped you during your daily interaction with this fantastic utility.
</blockquote>
<p>Making the list of their ten tips are things like:</p>
<ul>
<li>Manage User Privileges
<li>Change the Theme
<li>Monitor Server Status
<li>Create PDF Relational Diagrams
<li>Use Your Native Language
</ul>]]></description>
      <pubDate>Wed, 09 Feb 2011 12:41:54 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[SitePoint PHP Blog: 3 Lightweight Alternatives to phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/15339</guid>
      <link>http://www.phpdeveloper.org/news/15339</link>
      <description><![CDATA[<p>
On the SitePoint PHP blog, there's <a href="http://blogs.sitepoint.com/2010/10/27/phpmyadmin-alternatives/">a new post</a> offering your three more lightweight database management solutions than the typical <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> install.
</p>
<blockquote>
For much of the time, developers just want to check some data, alter a few records, or back up the database. The phpMyAdmin and MonoQL zipped distributions range from 2MB to 7MB, and they're overkill for most day-to-day administration. You're using a sledgehammer to crack a peanut. Here are three lightweight MySQL administration alternatives you should consider. They're all PHP-based, open source, and great for quick database tasks.
</blockquote>
<p>The three that made their short list are:</p>
<ul>
<li><a href="http://www.sqlbuddy.com/">SQL Buddy</a>
<li><a href="http://www.adminer.org/">Adminer</a>
<li><a href="http://phpminiadmin.sourceforge.net/">PHP Mini Admin</a>
</ul>
<p>
Others suggested in the comments include <a href="http://www.chive-project.com/">Chive</a> and <a href="http://www.gosu.pl/dbkiss/">DBKiss</a>.
</p>]]></description>
      <pubDate>Wed, 27 Oct 2010 08:19:46 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Jay Allen's Blog: Adminer | The World's Smallest MySQL Admin Script]]></title>
      <guid>http://www.phpdeveloper.org/news/15289</guid>
      <link>http://www.phpdeveloper.org/news/15289</link>
      <description><![CDATA[<p>
<i>Jay Allen</i> has found what he calls the <a href="http://codingthis.com/databases/mysql/adminer-mysql-admin-script/">world's smallest MySQL admin script</a> and has posted about it to his CodingThis.com blog - <a href="http://www.adminer.org/">Adminer</a>.
</p>
<blockquote>
I've spent years using phpMyAdmin (much to my chagrin). And I've recently warmed up to MySQL Workbench. But it wasn't until this week that I stumbled across <a href="http://www.adminer.org/">Adminer</a>, a single-file PHP application for MySQL administration. It's hard not to be impressed by Adminer, which is both devilishly simple and elegantly designed. The file downloads as adminer-2.3.2.php; save it as index.php in a folder named adminer, then navigate to http://servername.com/adminer/. Supply the name of your MySQL server (adding a colon if it's hosted on a non-standard port), your username, and password, and you're off!
</blockquote>
<p>
He includes a few screenshots of the interface to create tables and manage them. If you've used the phpMyAdmin interface, you'll find a lot of things that are familiar in Adminer. If you're interesting in grabbing the latest source, you can pull it <a href="http://adminer.git.sourceforge.net/git/gitweb.cgi?p=adminer/adminer;a=snapshot;h=HEAD;sf=tgz">from SourceForge</a>.
</p>]]></description>
      <pubDate>Fri, 15 Oct 2010 12:17:20 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Matthew Turland's Blog: Gotcha on Scraping .NET Applications with PHP and cURL]]></title>
      <guid>http://www.phpdeveloper.org/news/14730</guid>
      <link>http://www.phpdeveloper.org/news/14730</link>
      <description><![CDATA[<p>
New on his blog today <i>Matthew Turland</i> has <a href="http://matthewturland.com/2010/06/30/gotcha-on-scraping-net-applications-with-php-and-curl/">posted about a "gotcha"</a> he came across when working with cURL to pull down information (scrape content) from a remote .NET application.
</p>
<blockquote>
I recently wrote a PHP script to scrape data from a .NET application. In the process of developing this script, I noticed something interesting that I thought I'd share. In this case, I was using the cURL extension, but the tip isn't necessarily specific to that. One thing my script did was submit a POST request to simulate a form submission. [...] The issue I ran into had to do with a behavior of the CURLOPT_POSTFIELDS  setting that's easy to overlook.
</blockquote>
<p>
The problem was something cURL does automatically - change the header for the content type because you're sending an array. Thankfully, with the help of a call to <a href="http://php.net/http_build_query">http_build_query</a> to encode it correctly, the request will use the right headers.
</p>]]></description>
      <pubDate>Thu, 01 Jul 2010 08:51:36 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Content with Style: Viewing BLOB content in phpMyAdmin]]></title>
      <guid>http://www.phpdeveloper.org/news/13569</guid>
      <link>http://www.phpdeveloper.org/news/13569</link>
      <description><![CDATA[<p>
New from the Content with Style blog today there's <a href="http://www.contentwithstyle.co.uk/content/viewing-blob-content-in-phpmyadmin">a quick tip</a> from <i>Matthias Willerich</i> for phpMyAdmin users who are having issues viewing the content of blob data types.
</p>
<blockquote>
n my phpMyAdmin installation, version 3.1.1, none of the old style config settings [...] had any effect, and the solution was terribly elusive. "view blob", "show blob", "display blob", all that Google suggested were people asking the same question, at various ages of the internet.
</blockquote>
<p>
Finally, after wading through negative comments of forums and not getting much help at all, <i>Matthias</i> dug into the source and found a session variable that can be set to true and the content magically appears.
</p>]]></description>
      <pubDate>Fri, 20 Nov 2009 08:57:08 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Web Designer Online: 10 great Alternatives to phpMyAdmin ]]></title>
      <guid>http://www.phpdeveloper.org/news/13511</guid>
      <link>http://www.phpdeveloper.org/news/13511</link>
      <description><![CDATA[<p>
The Web Designer Online blog has <a href="http://www.webdesigneronline.co.uk/10-great-alternatives-to-phpmyadmin">posted a list</a> of their top ten alternatives to the popular <a href="http://phpmyadmin.com">phpMyAdmin</a> database management package.
</p>
<blockquote>
Now, I agree that phpMyAdmin is one of the best out there and is is very user friendly. I myself also used phpMyAdmin much until recently… I got introduced to another program which within an hour became my favourite and also this led me to research others out there. Thus, this post!
</blockquote>
<p>Other options included in their list are:</p>
<ul>
<li><a href="http://www.adminer.org/en/">Adminer</a>
<li><a href="http://www.navicat.com/en/index.html">Navicat</a>
<li><a href="http://www.nerocode.com/">SQLWave</a>
<li><a href="http://www.webyog.com/en/sqlyog_feature_list.php">SQLyog</a>
<li><a href="http://www.fabforce.net/dbdesigner4/">DBDesigner 4</a>
</ul>
<p>
Be sure to check out <a href="http://www.webdesigneronline.co.uk/10-great-alternatives-to-phpmyadmin#comments">the comments</a> for more thoughts and ideas to add to the list.
</p>]]></description>
      <pubDate>Tue, 10 Nov 2009 13:04:13 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Michelangelo van Dam's Blog: Book review: Mastering phpMyAdmin 3.1]]></title>
      <guid>http://www.phpdeveloper.org/news/13050</guid>
      <link>http://www.phpdeveloper.org/news/13050</link>
      <description><![CDATA[<p>
<i>Michelangelo van Dam</i> has <a href="http://www.dragonbe.com/2009/08/book-review-mastering-phpmyadmin-31.html">posted a review</a> of the updated version of the Packt Publishing book "Mastering phpMyAdmin", time time covering the 3.1 version.
</p>
<blockquote>
A couple of weeks ago I received a book from <a href="http://www.packtpub.com/">PACKT Publishing</a> titled "<a href="https://www.packtpub.com/mastering-phpmyadmin-3-1-fourth-edition/book/mid/2905093aqrdn">Mastering phpMyAdmin 3.1 for Effective MySQL Management</a>" written by <a href="http://www.packtpub.com/author_view_profile/id/3">Marc Delisle</a>, with the request if I could read it and write a review about it. Why not ? I haven't used <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> in whole my career so I might as well read about the tool everyone around me is using. And since <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> is also bundled with <a href="http://www.zend.com/en/products/server">Zend Server</a>, it can only benefit my day-to-day job.
</blockquote>
<p>
He talks about the contents of the book (chapters on the phpMyAdmin interface, working with MySQL on the command line) and some of the handy bits of information he learned along the way.
</p>]]></description>
      <pubDate>Mon, 17 Aug 2009 08:14:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Kae Verens' Blog: Mastering phpMyAdmin 3.1]]></title>
      <guid>http://www.phpdeveloper.org/news/12869</guid>
      <link>http://www.phpdeveloper.org/news/12869</link>
      <description><![CDATA[<p>
<i>Kae Verens</i> <a href="http://verens.com/archives/2009/07/10/mastering-phpmyadmin-3-1/">recently posted a book review</a> to his blog about the <a href="http://www.packtpub.com/">Packt</a> publishing book "Mastering phpMyAdmin 3.1" and describes how the book is different from its predecessor (covering phpMyAdmin 2.11).
</p>
<blockquote>
There are <A href="http://cweiske.de/tagebuch/Review%20of%20Mastering%20phpMyAdmin%203.1.htm">many</a> <A href="http://stanlemon.net/71.html">reviews</a> of this <A href="http://nohn.net/blog/view/id/mastering-phpmyadmin">book</a> <A href="http://bendodson.com/blog/2009/06/11/mastering-phpmyadmin-3-1-for-effective-mysql-management/">already</a>, so I will mostly describe how this edition is different from the previous one. In short, though, I would say that this version is much more readable, and is still the best book to buy if you want a book on phpMyAdmin. The reviews I've read here all agree with my own assessment that phpMyAdmin is a surprise '" right when you think you know what it does, a book points out a load of stuff you didn't know it did.
</blockquote>
<p>
He breaks it into two sections - the things that have gotten better (like the removal of some unneeded items and he inclusion of some of the more minor features) and some things that, unfortunately, have not improved (such as the increased size of the table of contents and the addition of other, too large screenshots).
</p>]]></description>
      <pubDate>Tue, 14 Jul 2009 11:48:44 -0500</pubDate>
    </item>
  </channel>
</rss>
