<?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>Thu, 24 May 2012 05:33:08 -0500</pubDate>
    <ttl>30</ttl>
    <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[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>
    <item>
      <title><![CDATA[Sebastian Nohn's Blog: Book Review: Mastering phpMyAdmin 3.1]]></title>
      <guid>http://www.phpdeveloper.org/news/12845</guid>
      <link>http://www.phpdeveloper.org/news/12845</link>
      <description><![CDATA[<p>
<i>Sebastian Nohn</i> has <a href="http://nohn.net/blog/view/id/mastering-phpmyadmin">posted a book review</a> to his blog today covering the Packt Publishing book "Mastering phpMyAdmin 3.1 for Effective MySQL Management".
</p>
<blockquote>
I've been using <a href="http://www.phpmyadmin.net/">phpMyAdmin</a> since... Hmmm... Well... The times before I used to code in <a href="http://www.php.net/">PHP</a>. So when offered to review <a href="https://www.packtpub.com/mastering-phpmyadmin-3-1-fourth-edition/book">Mastering phpMyAdmin 3.1</a> by Marc Deslisle, I didn't expected to learn anything new, but I was wrong.
</blockquote>
<p>
He recommends the book to both beginners and experts to the software (more so to the beginners, obviously) and mentions some of the topics it covers - everything from a basic introduction to the interface out to using the SQL validator and advanced bookmarking.
</p>]]></description>
      <pubDate>Fri, 10 Jul 2009 08:37:52 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Christian Weiske's Blog: Review of "Mastering phpMyAdmin 3.1"]]></title>
      <guid>http://www.phpdeveloper.org/news/12627</guid>
      <link>http://www.phpdeveloper.org/news/12627</link>
      <description><![CDATA[<p>
<i>Christian Weiske</i> has <a href="http://cweiske.de/tagebuch/Review%20of%20Mastering%20phpMyAdmin%203.1.htm">posted a review</a> of the Packt Publishing book "Mastering phpMyAdmin 3.1" that was offered by the publisher.
</p>
<blockquote>
"Mastering phpMyAdmin 3.1 for Effective MySQL Management" is a book about - phpMyAdmin. phpMyAdmin is a tool that most web developers use on a daily basis and know in and out. The existing knowledge about PMA is the hurdle that will make most devs refrain from buying the book; 75% of the information presented in the book was already in my head, having used PMA for over half a dozen years now. 
</blockquote>
<p>
He mentions a few things (like the multi-table query generator and split-file exports) that he didn't know the tool even had. He recommends the book overall, though and notes that he learned quite a bit about the tool despite having worked with it for years already.
</p>
<p>
You can find more information on the book <a href="http://www.packtpub.com/mastering-phpmyadmin-3-1-fourth-edition/book">on the Packt website</a>.
</p>]]></description>
      <pubDate>Thu, 04 Jun 2009 12:58:36 -0500</pubDate>
    </item>
  </channel>
</rss>

