<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-21657452</id><updated>2011-06-24T02:02:07.939-07:00</updated><title type='text'>Discovering Apple !</title><subtitle type='html'>I am a die hard fan of Apple Machines. Having an Apple machine is one of my most cherished dreams. Its my curiosity for Apple machines that has made me start this   blog. Every little thing which I come to know about Apple Computers is posted on this blog.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://discoverapple.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21657452/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://discoverapple.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Parag Kalra</name><uri>http://www.blogger.com/profile/13414958965440037176</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_V_eFWvv9a2I/SUP1_wlTvwI/AAAAAAAABEY/YhYCiaAThcs/S220/profilepic501575_1.gif.jpeg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-21657452.post-3945202690986839809</id><published>2011-03-06T01:29:00.000-08:00</published><updated>2011-03-06T01:41:05.076-08:00</updated><title type='text'>Installing MySQL on Mac OS</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "&gt;&lt;pre class="sourcecodebox" style="font-family: monaco, 'Courier New', courier, monospace; font-size: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(199, 207, 213); border-right-color: rgb(199, 207, 213); border-bottom-color: rgb(199, 207, 213); border-left-color: rgb(199, 207, 213); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(241, 245, 249); margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt;Follow the following steps to install and configure MySQL on Mac OS&lt;/pre&gt;&lt;div&gt;Set the permissions&lt;/div&gt;&lt;pre class="sourcecodebox" style="font-family: monaco, 'Courier New', courier, monospace; font-size: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(199, 207, 213); border-right-color: rgb(199, 207, 213); border-bottom-color: rgb(199, 207, 213); border-left-color: rgb(199, 207, 213); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(241, 245, 249); margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt;sudo chgrp -R mysql /usr/local/mysql &lt;/pre&gt;&lt;div&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); "&gt;Starting mysql is accomplished with:&lt;/p&gt;&lt;pre class="sourcecodebox" style="font-family: monaco, 'Courier New', courier, monospace; font-size: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(199, 207, 213); border-right-color: rgb(199, 207, 213); border-bottom-color: rgb(199, 207, 213); border-left-color: rgb(199, 207, 213); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(241, 245, 249); margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt;sudo /usr/local/mysql/bin/mysqld_safe --user=mysql &amp;amp;&lt;/pre&gt;&lt;p style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font: normal normal normal 12px/normal 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; color: rgb(0, 0, 0); "&gt;Now you can run through some of the basic tests — but first, go ahead and secure the database by adding a password for the database “root” user, as follows:&lt;/p&gt;&lt;pre class="sourcecodebox" style="font-family: monaco, 'Courier New', courier, monospace; font-size: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(199, 207, 213); border-right-color: rgb(199, 207, 213); border-bottom-color: rgb(199, 207, 213); border-left-color: rgb(199, 207, 213); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(241, 245, 249); margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt;/usr/local/mysql/bin/mysqladmin -u root password sniggle&lt;/pre&gt;&lt;pre class="sourcecodebox" style="font-family: monaco, 'Courier New', courier, monospace; font-size: 10px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(199, 207, 213); border-right-color: rgb(199, 207, 213); border-bottom-color: rgb(199, 207, 213); border-left-color: rgb(199, 207, 213); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(241, 245, 249); margin-top: 20px; margin-right: 0px; margin-bottom: 20px; margin-left: 0px; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; text-align: left; background-position: initial initial; background-repeat: initial initial; "&gt;/usr/local/mysql/bin/mysql -u root&lt;/pre&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21657452-3945202690986839809?l=discoverapple.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://discoverapple.blogspot.com/feeds/3945202690986839809/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21657452&amp;postID=3945202690986839809&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21657452/posts/default/3945202690986839809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21657452/posts/default/3945202690986839809'/><link rel='alternate' type='text/html' href='http://discoverapple.blogspot.com/2011/03/installing-mysql-on-mac-os.html' title='Installing MySQL on Mac OS'/><author><name>Parag Kalra</name><uri>http://www.blogger.com/profile/13414958965440037176</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_V_eFWvv9a2I/SUP1_wlTvwI/AAAAAAAABEY/YhYCiaAThcs/S220/profilepic501575_1.gif.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-21657452.post-114198624146592185</id><published>2006-03-10T02:19:00.000-08:00</published><updated>2006-03-10T02:24:01.486-08:00</updated><title type='text'>Kharbanda to head Apple in India</title><content type='html'>BANGALORE: The man who was once handpicked by Michael Dell to breathe life into Dell's BPO operations in India is now the Apple of Steve Jobs' eye.&lt;br /&gt;&lt;br /&gt;A day after this newspaper carried a detailed report on Apple Computer's big bang entry into India, it is learnt that Mohan S Kharbanda has been roped in to lead its Indian operations.&lt;br /&gt;&lt;br /&gt;Kharbanda was earlier heading Dell's BPO operations in India as the managing director of Dell International Services, a job which he quit in April 2004.&lt;br /&gt;&lt;br /&gt;Kharbanda is seen to have been responsible for Dell bringing more work to India, more than the run-of-the-mill tech support operations.&lt;br /&gt;&lt;br /&gt;"He convinced Dell bosses that the company could benefit from qualified talent pool in India. So, Dell started doing applications development as well as product development here,"sources said.&lt;br /&gt;&lt;br /&gt;But he did once get into a spot when Dell decided to move some services back to US.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/21657452-114198624146592185?l=discoverapple.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://discoverapple.blogspot.com/feeds/114198624146592185/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=21657452&amp;postID=114198624146592185&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/21657452/posts/default/114198624146592185'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/21657452/posts/default/114198624146592185'/><link rel='alternate' type='text/html' href='http://discoverapple.blogspot.com/2006/03/kharbanda-to-head-apple-in-india.html' title='Kharbanda to head Apple in India'/><author><name>Parag Kalra</name><uri>http://www.blogger.com/profile/13414958965440037176</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='27' height='32' src='http://4.bp.blogspot.com/_V_eFWvv9a2I/SUP1_wlTvwI/AAAAAAAABEY/YhYCiaAThcs/S220/profilepic501575_1.gif.jpeg'/></author><thr:total>0</thr:total></entry></feed>
