<?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>gSorry.com &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.gsorry.com/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gsorry.com</link>
	<description>Tradicionalni manirizam prošlosti kontekstualizovan estetičkom formom slike postmoderne.</description>
	<lastBuildDate>Tue, 17 Jan 2012 00:44:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to update large .sql files in MySQL on Windows 7</title>
		<link>http://www.gsorry.com/how-to-update-large-sql-files-in-mysql-on-windows-7/</link>
		<comments>http://www.gsorry.com/how-to-update-large-sql-files-in-mysql-on-windows-7/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 08:48:30 +0000</pubDate>
		<dc:creator>Aleksandar Glišović</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.gsorry.com/?p=78</guid>
		<description><![CDATA[Very often during the development we need to import a large sql files into the database. Here&#8217;s how to do this in Windows environment 1. open commmand prompt 2. type: mysql &#8211;user=root 3. type: use databasename 4. type: \. importfilename.sql NOTE:  replace databasename and importfilename with real names!]]></description>
			<content:encoded><![CDATA[<p>Very often during the development we need to import a large sql files into the database. Here&#8217;s how to do this in Windows environment</p>
<p>1. open commmand prompt<br />
2. type: mysql &#8211;user=root<br />
3. type: use databasename<br />
4. type: \. importfilename.sql</p>
<p>NOTE:  replace databasename and importfilename with real names!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;counturl=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;count=none&amp;text=How%20to%20update%20large%20.sql%20files%20in%20MySQL%20on%20Windows%207" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;counturl=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;count=none&amp;text=How%20to%20update%20large%20.sql%20files%20in%20MySQL%20on%20Windows%207" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.gsorry.com%2Fhow-to-update-large-sql-files-in-mysql-on-windows-7%2F&amp;title=How%20to%20update%20large%20.sql%20files%20in%20MySQL%20on%20Windows%207" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gsorry.com/how-to-update-large-sql-files-in-mysql-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make bootable USB memory stick on Windows 7</title>
		<link>http://www.gsorry.com/bootable-usb-stick-on-win-7/</link>
		<comments>http://www.gsorry.com/bootable-usb-stick-on-win-7/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:54:46 +0000</pubDate>
		<dc:creator>Aleksandar Glišović</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Bootable]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[Memory Stick]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.gsorry.com/?p=66</guid>
		<description><![CDATA[If you are using Windows 7, or Vista you are able to make bootable USB memory stick very easy. You just need one memory stick capable to store content from bootable CD or DVD that you want to copy to USB. Just follow next 6 steps: Insert your USB memory stick into PC. Recomended size [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using Windows 7, or Vista you are able to make bootable USB memory stick very easy. You just need one memory stick capable to store content from bootable CD or DVD that you want to copy to USB. Just follow next 6 steps:</p>
<p><span id="more-66"></span></p>
<ol>
<li>Insert your USB memory stick into PC. Recomended size is 4GB or higher.</li>
<li>Run Command Prompt as Administrator. Do that by typing cmd in Start menu to find Command Prompt, then hit Ctrl+Shift+Enter or right click on Command Prompt and select Run as Administrator.</li>
<li>In Comand Prompt type following commands. Note that Command Prompt is not case sensitive.<br />
DISKPART and hit Enter<br />
LIST DISK and hit Enter<br />
<em>On my PC I have one HDD drive named Disk 0, so USB mem stick is Disk 1</em>.<br />
SELECT DISK 1 and hit Enter<br />
<em>Use yours disk number if it is not 1</em>.<br />
CLEAN and hit Enter<br />
CREATE PARTITION PRIMARY and hit Enter<br />
SELECT PARTITION 1 and hit Enter<br />
ACTIVE and hit Enter<br />
FORMAT FS=NTFS and hit Enter<br />
<em>Wait for a few seconds until format process ends</em>.<br />
ASSIGN and hit Enter<br />
EXIT and hit Enter<br />
<em>Don&#8217;t close Command Prompt. We will need it in next steps.</em></li>
<li>Insert your Windows copy into yours CD/DVD drive. Note that in my case drive letter of DVD drive is F: and drive letter of my USB memory stick is I:</li>
<li>Go back in Command Prompt and type following commands.<br />
F: and hit Enter<br />
<em>Use yours DVD drive letter instead.</em><br />
CD BOOT and hit Enter<br />
BOOTSECT.EXE/NT60 I: and hit Enter<br />
<em>Use yours USB drive letter instead.</em></li>
<li>Copy Windows DVD content on USB memory stick</li>
</ol>
<p>Bellow is log how it worked in my command prompt:</p>
<pre style="background-color: black; color: silver;">C:\Users\User&gt;diskpart

Microsoft DiskPart version 6.1.7600
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: USER

DISKPART&gt; LIST DISK

Disk ###  Status         Size     Free     Dyn  Gpt
--------  -------------  -------  -------  ---  ---
Disk 0    Online          465 GB      0 B
Disk 1    Online         7639 MB      0 B

DISKPART&gt; SELECT DISK 1

Disk 1 is now the selected disk.

DISKPART&gt; CLEAN

DiskPart succeeded in cleaning the disk.

DISKPART&gt; CREATE PARTITION PRIMARY

DiskPart succeeded in creating the specified partition.

DISKPART&gt; SELECT PARTITION 1

Partition 1 is now the selected partition.

DISKPART&gt; ACTIVE

DiskPart marked the current partition as active.

DISKPART&gt; FORMAT FS=NTFS

100 percent completed

DiskPart successfully formatted the volume.

DISKPART&gt; ASSIGN

DiskPart successfully assigned the drive letter or mount point.

DISKPART&gt; EXIT

Leaving DiskPart...

C:\Users\User&gt;F:

F:\&gt;CD boot

F:\boot&gt;bootsect.exe/nt60 I:
Target volumes will be updated with BOOTMGR compatible bootcode.

I: (\\?\Volume{36fa33df-2a19-11df-91c8-0c6076e5c737})

Successfully updated NTFS filesystem bootcode.

Bootcode was successfully updated on all targeted volumes.

F:\boot&gt;
</pre>
<p>NOTE: This will not work on Windows XP!</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;counturl=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;count=none&amp;text=How%20to%20make%20bootable%20USB%20memory%20stick%20on%20Windows%207" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;counturl=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;count=none&amp;text=How%20to%20make%20bootable%20USB%20memory%20stick%20on%20Windows%207" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.gsorry.com%2Fbootable-usb-stick-on-win-7%2F&amp;title=How%20to%20make%20bootable%20USB%20memory%20stick%20on%20Windows%207" id="wpa2a_4">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.gsorry.com/bootable-usb-stick-on-win-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

