<?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>Just Another Dang Blog &#187; WAMP</title>
	<atom:link href="http://blog.lopau.com/category/wamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lopau.com</link>
	<description>A tech blog on IT, web development, graphic designs, freelancing, making money online and seo.</description>
	<lastBuildDate>Mon, 19 Jul 2010 07:46:25 +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>#1045 &#8211; Access denied for user &#8216;root&#8217;@&#039;localhost&#8217; (using password: NO)</title>
		<link>http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/</link>
		<comments>http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 03:54:09 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=555</guid>
		<description><![CDATA[Been using WAMP for several months now and once in awhile MySQL breaks. Somehow the user tables gets corrupted. To fix the problem instead of reinstalling the whole WAMP. Just replace the corrupted files. These 3 files are always corrupted. user.MYI user.MYD user.frm Download this mysqlusertables. Unzip the file, copy the 3 files inside. Go [...]


Related posts:<ol><li><a href='http://blog.lopau.com/import-sql-dump-using-the-mysql-client/' rel='bookmark' title='Permanent Link: Import sql dump using the MySQL client'>Import sql dump using the MySQL client</a></li>
<li><a href='http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/' rel='bookmark' title='Permanent Link: No Renaming Tables feature in phpMyAdmin'>No Renaming Tables feature in phpMyAdmin</a></li>
<li><a href='http://blog.lopau.com/cloud-experience/' rel='bookmark' title='Permanent Link: Cloud Experience'>Cloud Experience</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Been using WAMP for several months now and once in awhile MySQL breaks. Somehow the user tables gets corrupted. To fix the problem instead of reinstalling the whole WAMP. Just replace the corrupted files. These 3 files are always corrupted.</p>
<ul>
<ol>
user.MYI</ol>
<ol>
user.MYD
</ol>
<ol>user.frm</ol>
</ul>
<p>Download this <a href='http://blog.lopau.com/wp-content/uploads/2009/06/mysqlusertables.zip'>mysqlusertables</a>. Unzip the file, copy the 3 files inside.</p>
<p>Go into your C:\wamp\bin\mysql\mysql5.x.xx\data\mysql directory and paste, click yes to overwrite.</p>
<p>Restart All Service on your WAMP. Then you are good to go.</p>
<p>I&#8217;ll keep you posted soon on why these tables easily gets corrupted. </p>
<p>*Update*</p>
<p>Digging deeper to the culprit I found out the tables for users in the mysql db has warnings, meaning they are corrupt. So to avoid doing the steps above while your MySQL and phpMyAdmin is still working. Go to phpMyAdmin, access mysql db, then select users table then click on operations then under &#8220;Table maintenance&#8221; click on Repair Table. Viola!!!</p>


<p>Related posts:<ol><li><a href='http://blog.lopau.com/import-sql-dump-using-the-mysql-client/' rel='bookmark' title='Permanent Link: Import sql dump using the MySQL client'>Import sql dump using the MySQL client</a></li>
<li><a href='http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/' rel='bookmark' title='Permanent Link: No Renaming Tables feature in phpMyAdmin'>No Renaming Tables feature in phpMyAdmin</a></li>
<li><a href='http://blog.lopau.com/cloud-experience/' rel='bookmark' title='Permanent Link: Cloud Experience'>Cloud Experience</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Renaming Tables feature in phpMyAdmin</title>
		<link>http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/</link>
		<comments>http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/#comments</comments>
		<pubDate>Wed, 27 May 2009 06:03:47 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[WAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=550</guid>
		<description><![CDATA[Quick tip. The feature is not (yet) supported in phpMyAdmin but you can easily make the change by simply issuing this sql statement. RENAME TABLE old_table TO new_table Related posts:Import sql dump using the MySQL client


Related posts:<ol><li><a href='http://blog.lopau.com/import-sql-dump-using-the-mysql-client/' rel='bookmark' title='Permanent Link: Import sql dump using the MySQL client'>Import sql dump using the MySQL client</a></li>
<li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/restart-apache-in-mac-os-x/' rel='bookmark' title='Permanent Link: Restart Apache in Mac OS X'>Restart Apache in Mac OS X</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Quick tip. The feature is not (yet) supported in phpMyAdmin but you can easily make the change by simply issuing this sql statement.</p>
<blockquote><p>
RENAME TABLE old_table TO new_table
</p></blockquote>


<p>Related posts:<ol><li><a href='http://blog.lopau.com/import-sql-dump-using-the-mysql-client/' rel='bookmark' title='Permanent Link: Import sql dump using the MySQL client'>Import sql dump using the MySQL client</a></li>
<li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/restart-apache-in-mac-os-x/' rel='bookmark' title='Permanent Link: Restart Apache in Mac OS X'>Restart Apache in Mac OS X</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import sql dump using the MySQL client</title>
		<link>http://blog.lopau.com/import-sql-dump-using-the-mysql-client/</link>
		<comments>http://blog.lopau.com/import-sql-dump-using-the-mysql-client/#comments</comments>
		<pubDate>Thu, 07 May 2009 15:38:25 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[WAMP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=544</guid>
		<description><![CDATA[This is useful if you don&#8217;t have access to phpmyadmin on your server but have access to ssh and ftp. Or you have a huge sql dump like 10MB or higher that you cannot import directly on phpmyadmin. In my case the phpmyadmin directory was password protected by Apache and I don&#8217;t have the right [...]


Related posts:<ol><li><a href='http://blog.lopau.com/wordpress-error-is-its-parent-directory-writable-by-the-server/' rel='bookmark' title='Permanent Link: WordPress error- Is its parent directory writable by the server?'>WordPress error- Is its parent directory writable by the server?</a></li>
<li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/' rel='bookmark' title='Permanent Link: No Renaming Tables feature in phpMyAdmin'>No Renaming Tables feature in phpMyAdmin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is useful if you don&#8217;t have access to phpmyadmin on your server but have access to ssh and ftp. Or you have a huge sql dump like 10MB or higher that you cannot import directly on phpmyadmin. In my case the phpmyadmin directory was password protected by Apache and I don&#8217;t have the right password.</p>
<p>First upload the .sql file on your server using an FTP client and remember the path. </p>
<p>eg.<br />
For Linux<br />
/home/lopau/mydump.sql</p>
<p>for Windows<br />
C:/wamp/www/lopau/mydump.sql</p>
<p>Login to your server using an SSH client like Putty.</p>
<p>On the command line access MySQL<br />
$> mysql -u username -p password </p>
<p>replace username and password with yours.</p>
<p>On the MySQL client command line access and use your database.<br />
$>  use lopaudb;</p>
<p>Now to import your dump;<br />
$> source /home/lopau/mydump.sql;</p>
<p>If successful you should see<br />
Query OK, 13 rows affected (0.00 sec)</p>
<p>That easy.</p>


<p>Related posts:<ol><li><a href='http://blog.lopau.com/wordpress-error-is-its-parent-directory-writable-by-the-server/' rel='bookmark' title='Permanent Link: WordPress error- Is its parent directory writable by the server?'>WordPress error- Is its parent directory writable by the server?</a></li>
<li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/no-renaming-tables-feature-in-phpmyadmin/' rel='bookmark' title='Permanent Link: No Renaming Tables feature in phpMyAdmin'>No Renaming Tables feature in phpMyAdmin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/import-sql-dump-using-the-mysql-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Restart Apache in Mac OS X</title>
		<link>http://blog.lopau.com/restart-apache-in-mac-os-x/</link>
		<comments>http://blog.lopau.com/restart-apache-in-mac-os-x/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 10:57:39 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[WAMP]]></category>
		<category><![CDATA[apple]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=411</guid>
		<description><![CDATA[I miss using a Mac, saving up to get the latest MacBook Pro. Here is quick tip for an alternative method on how to restart Apache using the Terminal. Long method is go to Preferences then Sharing and disable enable Personal Web Sharing. Shortcut is Open the Mac OS X Terminal window then type in. [...]


Related posts:<ol><li><a href='http://blog.lopau.com/when-to-buy-an-apple-product/' rel='bookmark' title='Permanent Link: When to buy an Apple Product?'>When to buy an Apple Product?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I miss using a Mac, saving up to get the latest MacBook Pro.</p>
<p>Here is quick tip for an alternative method on how to restart Apache using the Terminal. Long method is go to Preferences then Sharing and disable enable Personal Web Sharing.</p>
<p>Shortcut is </p>
<p>Open the Mac OS X Terminal window then type in.</p>
<p>sudo /usr/sbin/apachectl restart</p>


<p>Related posts:<ol><li><a href='http://blog.lopau.com/when-to-buy-an-apple-product/' rel='bookmark' title='Permanent Link: When to buy an Apple Product?'>When to buy an Apple Product?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/restart-apache-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All in One Package</title>
		<link>http://blog.lopau.com/all-in-one-package/</link>
		<comments>http://blog.lopau.com/all-in-one-package/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 04:43:26 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=412</guid>
		<description><![CDATA[I didn&#8217;t like using All in One Package during the my early years of learning how to install Apache, PHP and MySQL in my Windows box &#8211; there were programs like PHPTriad and similar which offers these three in one convenient installation without getting your hands dirty so to speak on the configuration. From my [...]


Related posts:<ol><li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/ctrl-w-on-firefox/' rel='bookmark' title='Permanent Link: CTRL + W on Firefox'>CTRL + W on Firefox</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t like using All in One Package during the my early years of learning how to install Apache, PHP and MySQL  in my Windows box &#8211; there were programs like PHPTriad and similar which offers these three in one convenient installation without getting your hands dirty so to speak on the configuration. From my experience you should start with the manual installation to know the ins and out. That was what I was doing for the years, when a new version comes out I apply the upgrade to my system.</p>
<p><!-- Begin Google Adsense code --></p>
<div style="float:left;padding:6px;">
<script type="text/javascript"><!--
google_ad_client = "pub-4515932012590505";
/* 200x200, created 10/29/08 */
google_ad_slot = "3929428513";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><br style="clear:left;" /><br />
<!-- End Google Adsense code --></p>
<p>Earlier this month I got this client who uses WAMP 2.0 setup for the system we were developing.  Somehow I wasted several hours trying to make it run on my system. Was getting close but somehow if some changes were done to the system codes I feel it would break again. So I decided to try using WAMP 2.0 and it turns out its not that bad afterall. It has a UI for disabling/enabling extensions and modules, you can still go into the php.ini, my.ini, httpd.conf if you decide to edit manually from a shortcut all in one convenient place in your systray.</p>
<p><img class="aligncenter size-full wp-image-413" title="image_menu_wamp" src="http://blog.lopau.com/wp-content/uploads/2009/02/image_menu_wamp.gif" alt="image_menu_wamp" width="281" height="289" /></p>
<p>It made my work faster, overall if you are using the manual way and move to an all in one package like <a href="http://www.wampserver.com/en/">WAMP 2.0</a> you would benefit both time and organization. I&#8217;m now a believer.</p>


<p>Related posts:<ol><li><a href='http://blog.lopau.com/1045-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: #1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>#1045 &#8211; Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://blog.lopau.com/ctrl-w-on-firefox/' rel='bookmark' title='Permanent Link: CTRL + W on Firefox'>CTRL + W on Firefox</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/all-in-one-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
