<?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>Tutorials, Scripts, Technology and Interview Tips &#187; Mysql</title>
	<atom:link href="http://mistonline.in/wp/technology/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://mistonline.in/wp</link>
	<description>The One Stop Reference For Web Developers</description>
	<lastBuildDate>Tue, 15 May 2012 15:59:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Copy mysql column in varchar to type date</title>
		<link>http://mistonline.in/wp/copy-mysql-column-from-a-different-data-type-to-type-date/</link>
		<comments>http://mistonline.in/wp/copy-mysql-column-from-a-different-data-type-to-type-date/#comments</comments>
		<pubDate>Wed, 02 May 2012 20:40:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1716</guid>
		<description><![CDATA[It is really difficult to find this kind of tutorial in the web which will help a developer to copy all the data from a date column of type VARCHAR to a new column of type DATE in mysql without having too much complex modification on your base code. Some times it happens when a [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/copy-mysql-column-from-a-different-data-type-to-type-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag cloud using php, mysql and ajax with filter</title>
		<link>http://mistonline.in/wp/tag-cloud-using-php-mysql-and-ajax-with-filter/</link>
		<comments>http://mistonline.in/wp/tag-cloud-using-php-mysql-and-ajax-with-filter/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 14:58:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1681</guid>
		<description><![CDATA[Simple and effective script to build a tag cloud for your website. Here we use PHP, Ajax and MYSQL. Tagging is now becoming an unavoidable area in website building and if you have a built in code like the one you are about to see, then it will be easy for a developer to integrate [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/tag-cloud-using-php-mysql-and-ajax-with-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connect to mysql using perl in xampp</title>
		<link>http://mistonline.in/wp/connect-to-mysql-using-perl-in-xampp/</link>
		<comments>http://mistonline.in/wp/connect-to-mysql-using-perl-in-xampp/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1656</guid>
		<description><![CDATA[Simple script that connects to mysql using perl script in xampp. Here i have installed active perl. For that goto http://www.activestate.com/activeperl/downloads and download the perl binaries.Even if i have xampp installed with built in perl in it i am not using it for the time being.Now once installation is done, You need to install DBD-mysql [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/connect-to-mysql-using-perl-in-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple auto suggest script using ajax php css and tags from wordpress</title>
		<link>http://mistonline.in/wp/simple-auto-suggest-script-using-ajax-php-css-and-tags-from-wordpress/</link>
		<comments>http://mistonline.in/wp/simple-auto-suggest-script-using-ajax-php-css-and-tags-from-wordpress/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 21:00:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1642</guid>
		<description><![CDATA[This is a simple script that will automatically display suggestions near the input box when the user start typing words/letters similar to that inside a database/text file/xml. Here i am using mysql as my back end data provider. For this i am also getting some data from wordpress. I am displaying the wordpress tags as [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-auto-suggest-script-using-ajax-php-css-and-tags-from-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Mysql Connection From CPANEL And Connect To MYSQL Database From Your Local Webserver or Other External Web Server</title>
		<link>http://mistonline.in/wp/using-remote-mysql-connection-from-cpanel-and-connect-to-mysql-database-from-your-local-webserver-or-other-external-web-server/</link>
		<comments>http://mistonline.in/wp/using-remote-mysql-connection-from-cpanel-and-connect-to-mysql-database-from-your-local-webserver-or-other-external-web-server/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:21:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1628</guid>
		<description><![CDATA[Using php and remote Mysql Connection option From CPANEL we can connect to MYSQL Database from our local Webserver or Other External Web Server.There are some points we need to take care while doing this. Follow the below steps 1)First find your ipaddress. If you have a Linux/Unix box then use ifconfig command to find [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/using-remote-mysql-connection-from-cpanel-and-connect-to-mysql-database-from-your-local-webserver-or-other-external-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image gallery using php and mysql blob storage and displaying the image from mysql blob</title>
		<link>http://mistonline.in/wp/image-gallery-using-php-and-mysql-blob-storage-and-displaying-the-image-from-mysql-blob/</link>
		<comments>http://mistonline.in/wp/image-gallery-using-php-and-mysql-blob-storage-and-displaying-the-image-from-mysql-blob/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 15:14:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1624</guid>
		<description><![CDATA[Image gallery using php and mysql blob storage was already discussed in this website. Please take a look at it. Php mysql example image gallery blob storage Now we are about to see a new tutorial on how to display the data or the image from mysql. This can basically be called as a 2nd [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/image-gallery-using-php-and-mysql-blob-storage-and-displaying-the-image-from-mysql-blob/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Count distinct records or values and display it using mysql and php</title>
		<link>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/</link>
		<comments>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1612</guid>
		<description><![CDATA[This tutorial shows you how to count unique records with mysql and display it using php. Very simple to understand. This line simply means that the count value is assigned to variable count_me and we can ECHO it using Complete code is displayed below. Here i am using connect.php which contains the usual connecting logic [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/count-distinct-records-or-values-and-display-it-using-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up</title>
		<link>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/</link>
		<comments>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 15:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1595</guid>
		<description><![CDATA[Set xampp- Apache,Mysql, Filezilla, Mercury and Tomcat as a windows service and get xampp to start automatically on boot up. For this first we need to install xampp on windows. Refer this LINK ON HOW TO INSTALL XAMPP or we have a set of tutorials related to xampp HERE. Once we are done with the [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/set-xampp-apache-mysql-filezilla-mercury-tomcat-as-a-windows-service-and-get-xampp-to-start-automatically-on-boot-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Mysql table with AUTO_INCREMENT attribute</title>
		<link>http://mistonline.in/wp/simple-mysql-table-with-auto_increment-attribute/</link>
		<comments>http://mistonline.in/wp/simple-mysql-table-with-auto_increment-attribute/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 08:33:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1300</guid>
		<description><![CDATA[The AUTO_INCREMENT attribute can be used to generate a unique identity for new rows: Here i am creating a simple TABLE named login_details, with COLUMNS id, uniqid, Manager, email, Account_Name. Incoming search terms: auto_increment attribute (1) colapse and expand table with buttons (1) jquery auto calculation php (1) mysql attribute tutorial (1) mysql out attribute [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-mysql-table-with-auto_increment-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search null value or fields in mysql</title>
		<link>http://mistonline.in/wp/search-null-value-or-fields-in-mysql/</link>
		<comments>http://mistonline.in/wp/search-null-value-or-fields-in-mysql/#comments</comments>
		<pubDate>Thu, 12 May 2011 21:30:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1416</guid>
		<description><![CDATA[This is a simple query in mysql which will return the null fields in a column from a table . This is the Select statement. This statement.[Here i am setting a value 'no' to my colums that are blank] Incoming search terms: mysql search null (5) jquery search multi fields php mysql (2) mysql -bse [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/search-null-value-or-fields-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display mysql table using for loop in php</title>
		<link>http://mistonline.in/wp/display-mysql-table-using-for-loop-in-php/</link>
		<comments>http://mistonline.in/wp/display-mysql-table-using-for-loop-in-php/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 14:53:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1379</guid>
		<description><![CDATA[This tutorial will show you how to display mysql tables using for loop instead of while in php. Very simple script just grab it guys. Any doubts feel free to comment. I have not added the entire script because i reckon that you guys are comfortable in using php / mysql. Incoming search terms: mysql [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/display-mysql-table-using-for-loop-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>To insert the new column after a specific column using mysql</title>
		<link>http://mistonline.in/wp/to-insert-the-new-column-after-a-specific-column-using-mysql/</link>
		<comments>http://mistonline.in/wp/to-insert-the-new-column-after-a-specific-column-using-mysql/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 06:30:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1298</guid>
		<description><![CDATA[This query will show you how to insert a new column after a specific column in mysql. For example :- To insert the new column after a specific column, such as name, use this statement: If you want the new column to be first, use this statement: Incoming search terms: mysql add column before another [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/to-insert-the-new-column-after-a-specific-column-using-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find the sum of multiple fields inside a table in mysql</title>
		<link>http://mistonline.in/wp/find-the-sum-of-multiple-fields-inside-a-table-in-mysql/</link>
		<comments>http://mistonline.in/wp/find-the-sum-of-multiple-fields-inside-a-table-in-mysql/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 06:14:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1295</guid>
		<description><![CDATA[Very simple query to find out the sum of multiple fields inside a mysql table. Lets say we have 2 numeric fields , COL1 and COL2 then the mysql query to find the sum of those two field is Incoming search terms: php mysql sum multiple columns (18) mysql sum multiple columns (15) php mysql [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/find-the-sum-of-multiple-fields-inside-a-table-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset all the table values in Mysql</title>
		<link>http://mistonline.in/wp/reset-all-the-table-values-in-mysql/</link>
		<comments>http://mistonline.in/wp/reset-all-the-table-values-in-mysql/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 06:08:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1291</guid>
		<description><![CDATA[This is a simple mysql query to reset all the table values including the auto increment id inside the table. Incoming search terms: how to reset a table in mysql browser (1) jquery jsp paging with submit button (1) jquerymobile perl mysql example (1) reset all mysql (1) Spreadsheet_Excel_Writer incomplete data (1) symfony2 checkbox list [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/reset-all-the-table-values-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql backup via cron using php and email the file</title>
		<link>http://mistonline.in/wp/mysql-backup-via-cron-using-php-and-email-the-file/</link>
		<comments>http://mistonline.in/wp/mysql-backup-via-cron-using-php-and-email-the-file/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 08:35:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=1254</guid>
		<description><![CDATA[This script will show you how to take complete website mysql backup via cron using php and email the backup file as attachment. Incoming search terms: and Email loc:IN (5) cron job mysql php tutorial send excel (4) backup database and send as email attachment in php (3) mysql excel backup cron job (3) email [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/mysql-backup-via-cron-using-php-and-email-the-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website slow due to remote mysql server using php solution</title>
		<link>http://mistonline.in/wp/website-slow-due-to-remote-mysql-server-using-php-solution/</link>
		<comments>http://mistonline.in/wp/website-slow-due-to-remote-mysql-server-using-php-solution/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 06:53:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=923</guid>
		<description><![CDATA[Now a few of my projects are getting much bigger and the need for having dedicated Database servers are now more appealing than ever. With MySQL when setting it up I noticed that when trying to access a remote database from an application server, it would takes ages to respond/connect to it. After searching around [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/website-slow-due-to-remote-mysql-server-using-php-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export MySql database table to pdf using php</title>
		<link>http://mistonline.in/wp/export-mysql-database-table-to-pdf-using-php-2/</link>
		<comments>http://mistonline.in/wp/export-mysql-database-table-to-pdf-using-php-2/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 02:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=806</guid>
		<description><![CDATA[This is an easy method of exporting mysql database table content to pdf using php and FPDF library. DOWLOAD LIBRARY HERE Download dbtopdf.php file here Remember to rename it to SOMETHING.PHP OR Just save the above file as dbtopdf.php and load Incoming search terms: mysql to pdf using php (130) export mysql to pdf using [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/export-mysql-database-table-to-pdf-using-php-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Visitor Counter Using php</title>
		<link>http://mistonline.in/wp/simple-visitor-counter-using-php/</link>
		<comments>http://mistonline.in/wp/simple-visitor-counter-using-php/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:40:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=708</guid>
		<description><![CDATA[This tutorial require 1 PHP file and 1 table of mySQL database. 1. counter.php 2. Database &#8220;mypage&#8221; and table &#8220;counter&#8221; with 1 fields: visitor(Int, 11). You need to insert a first one record with &#8220;0&#8243;. Counter.php Source Code Incoming search terms: jquery visit counter (18) jquery visitor counter script (18) jquery counter visitors (15) jquery [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/simple-visitor-counter-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Export MySQL to CSV (Excel) using php</title>
		<link>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/</link>
		<comments>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 20:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=704</guid>
		<description><![CDATA[You can export your MySQL database to .csv file format (Microsoft Excel file) easily using php. This tutorial require 1 PHP file and 1 table of mySQL database. 1. exportcsv.php 2. The table is with 2 fields: id(auto_increment), name(varchar, 50) and put some records about 20 &#8211; 30 records into this table. (directly by phpMyAdmin) [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/export-mysql-to-csv-excel-using-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Import large files in mysql using PhpMyAdmin</title>
		<link>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/</link>
		<comments>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 17:47:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://mistonline.in/wp/?p=677</guid>
		<description><![CDATA[Sometimes when trying to upload some huge SQL file using PHPMYADMIN we might come across this ERROR MESSAGE Error: You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit There is simple a fix for this:- Find the config.inc.php file located in the phpmyadmin directory. In my [...]]]></description>
		<wfw:commentRss>http://mistonline.in/wp/import-large-files-in-mysql-using-phpmyadmin-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

