<?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>Mahbubur Rahman - jQuery, PHP, JavaScript, Codeigniter, CSS &#187; mysql</title>
	<atom:link href="http://www.mahbubblog.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mahbubblog.com</link>
	<description>PHP, JQUERY, JAVASCRIPT fun</description>
	<lastBuildDate>Thu, 03 Jun 2010 07:23:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sorting table columns in mysql by adminer</title>
		<link>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/</link>
		<comments>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:16:13 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=207</guid>
		<description><![CDATA[Sorting columns in a mysql table has always been a nasty way to deal with. It can be done some sql commands of course but this is not what we do more often. Even the most popular DB admin package &#8211; phpmyadmin doesn&#8217;t provide such utility to sort or re-arrange fields in mysql. It occurred [...]]]></description>
			<content:encoded><![CDATA[<p>Sorting columns in a mysql table has always been a nasty way to deal with. It can be done some sql commands of course but this is not what we do more often. Even the most popular DB admin package &#8211; phpmyadmin doesn&#8217;t provide such utility to sort or re-arrange fields in mysql. It occurred to me a lot of times that i had to bring some filed to a different position for convenience after i first created it. But i had to run some queries which i never liked, to do this task.</p>
<p>So ADMINER (formerly phpminadmin) comes up with a nifty utility in their one file standalone package.</p>
<p>If you haven&#8217;t heard of Adminer yet (you must have missed a great tool),  download from http://www.adminer.org/en/</p>
<p>And run it from your web server from any location. After entering credentials and selecting database, just select a table from the left which appears like this.</p>
<p><a href="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer_table_select.jpg"><img class="alignnone size-medium wp-image-208" title="adminer_table_select" src="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer_table_select-300x157.jpg" alt="adminer_table_select" width="300" height="157" /></a></p>
<p>Now you get some options like &#8211; Alter table   |   Default values  |   Select table  |  New item</p>
<p>Select Alter Table and you get a screen like this</p>
<p><a style="text-decoration: none; color: #cc6600; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer.jpg"><img style="text-align: center; padding: 0px; margin: 0px; border: 0px none initial;" title="adminer" src="http://www.mahbubblog.com/wp-content/uploads/2009/09/adminer-300x117.jpg" alt="adminer" width="300" height="117" /></a></p>
<p>Alright, you pretty know what to do with those up and down arrows now. Don&#8217;t forget to save the changes <img src='http://www.mahbubblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/php/sorting-table-columns-in-mysql-by-adminer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhpMinAdmin &#8211; nearest alternative to phpMyAdmin</title>
		<link>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/</link>
		<comments>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 10:25:28 +0000</pubDate>
		<dc:creator>Mahbub</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[adminer]]></category>
		<category><![CDATA[dbadmin]]></category>
		<category><![CDATA[phpminadmin]]></category>
		<category><![CDATA[phpminiadmin]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.mahbubblog.com/?p=119</guid>
		<description><![CDATA[I can&#8217;t possibly tell how many times i&#8217;ve been seriously irritated  navigating to phpmyadmin option of my hosting or hostings of the projects i have worked with. Most of the cases you&#8217;ll have to click many times. And in Plesk ? It simply sucks when it comes to use phpMyAdmin from there. I&#8217;ve always used [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t possibly tell how many times i&#8217;ve been seriously irritated  navigating to phpmyadmin option of my hosting or hostings of the projects i have worked with. Most of the cases you&#8217;ll have to click many times. And in Plesk ? It simply sucks when it comes to use phpMyAdmin from there. I&#8217;ve always used phpminiadmin as a quick alternative solution because it needs no configuration and no install. But it&#8217;s very basic and needs too much typing to get things done. Today I found phpminadmin. It&#8217;s just the name without the <strong>i </strong>in php phpmin<strong><span style="color: #ff0000; ">i</span></strong>admin. It simply rocks!! It has nearly every option that you&#8217;d normally expect from a db admin tool. And to me, it&#8217;s a substitute to phpmyadmin for ongoing operations.</p>
<p><a href="http://www.mahbubblog.com/wp-content/uploads/2009/03/phpminadmin.png"><img class="size-medium wp-image-120" title="phpminadmin" src="http://www.mahbubblog.com/wp-content/uploads/2009/03/phpminadmin-300x160.png" alt="phpminadmin screenshot" width="300" height="160" /></a></p>
<p>It has select, search, edit, index , create &#8212; almost everything u need. The best part is that it needs no install and it&#8217;s a single file weighing about 167KB.</p>
<p>But of course, i&#8217;m not saying it&#8217;s a fully alternative to phpmyadmin. No way. They have been developing this mighty tool for over nine years.  But phpminadmin surely is a very very good altenative of that for quick solutions. Check it out here.</p>
<p><a href="http://phpminadmin.sourceforge.net/" target="_blank">http://phpminadmin.sourceforge.net/</a></p>
<p>Why didn&#8217;t I find it earlier ?  :-(</p>
<p><strong>UPDATE : THE PROJECT HAS BEEN RENAMED TO &#8220;adminer&#8221; AND IS AVAILABLE at </strong><a href="http://www.adminer.org/en/"><strong>http://www.adminer.org/en/</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mahbubblog.com/php/phpminiadmin-nearest-alternative-to-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
