<?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></title>
	<atom:link href="http://www.host.co.in/knowledgebase/feed" rel="self" type="application/rss+xml" />
	<link>http://www.host.co.in/knowledgebase</link>
	<description>Host.co.in - Web Hosting Knowledgebase</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Customization Options Does Host.co.in Provide With Firewalls?</title>
		<link>http://www.host.co.in/knowledgebase/what-customization-options-does-host-co-in-provide-with-firewalls</link>
		<comments>http://www.host.co.in/knowledgebase/what-customization-options-does-host-co-in-provide-with-firewalls#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:48:32 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Pre-Sales Questions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Hardware Firewall]]></category>
		<category><![CDATA[Software Firewall]]></category>
		<category><![CDATA[Web Hosting Server Firewall]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1447</guid>
		<description><![CDATA[
For cPanel Shared hosting customers Host.co.in&#8217;s shared servers come with pre-installed firewall which is reliable and up to the mark when compared to industry standards.
For VPS Hosting customers, no hardware firewall can be installed as the VPS server hardware is shared virtually by more than one individual, but still you can choose any software firewall [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>For <a title="cPanel Shared hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">cPanel Shared hosting</a> customers Host.co.in&#8217;s shared servers come with pre-installed firewall which is reliable and up to the mark when compared to industry standards.</li>
<li>For <a title="VPS Hosting" href="http://www.host.co.in/linux-vps-web-hosting-india.php" target="_blank">VPS Hosting</a> customers, no hardware firewall can be installed as the VPS server hardware is shared virtually by more than one individual, but still you can choose any software firewall of your own choice.</li>
<li><a title="Dedicated Server Hosting" href="http://www.host.co.in/dedicated-servers-hosting-india.php" target="_blank">Dedicated Server Hosting</a> customers have the full freedom to choose and customize firewall option according to their own choice.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/what-customization-options-does-host-co-in-provide-with-firewalls/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isn&#8217;t .jsp Page Supported On Your Website?</title>
		<link>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website</link>
		<comments>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website#comments</comments>
		<pubDate>Fri, 06 Jan 2012 11:43:27 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[.jsp pages]]></category>
		<category><![CDATA[httpd service]]></category>
		<category><![CDATA[tomcat configuration]]></category>
		<category><![CDATA[tomcat servers]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1418</guid>
		<description><![CDATA[
&#8216;.jsp&#8217; is widely used format for webpages but sometimes your web hosting server does not support it and as a result a .jsp page is unable to produce a proper appearance of webpage and it shows some sort of coding, So following are some changes you need to perform so that your website an display [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;">&#8216;.jsp&#8217; is widely used format for webpages but sometimes your <a title="Web Hosting" href="http://www.host.co.in/" target="_blank">web hosting</a> server does not support it and as a result a .jsp page is unable to produce a proper appearance of webpage and it shows some sort of coding, So following are some changes you need to perform so that your website an display .jsp pages as normal webpages.</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]#vi  /etc/httpd/conf/httpd.conf</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now search domain name and remove comment attribute from the following line.</p>
<blockquote>
<p style="margin-bottom: 0cm;">Include &#8220;/usr/local/apache/conf/userdata/std/1/username/domainname/*.conf&#8221;</p>
</blockquote>
<p style="margin-bottom: 0cm;">Make sure your save before exit</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]# cd /usr/local/apache/conf/userdata/std/1/<br />
root@server[~]# mkdir username<br />
root@server[~]# cd username<br />
root@server[~]# mkdir domainname<br />
root@server[~]# cd domainname<br />
root@server[~]# vi cp_jkmount.conf
</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now find the file &#8216;cp_jkmount.conf.&#8217; in which you need to insert the following code.</p>
<blockquote>
<p style="margin-bottom: 0cm;">&lt;IfModule mod_jk.c&gt;<br />
JkMount /*.jsp ajp13<br />
JkMount /servlet/* ajp13<br />
JkMount /servlets/* ajp13<br />
JkMount /*.do ajp13<br />
&lt;/IfModule&gt;
</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">Now you need to verify the entry in tomcat configuration file.</p>
<blockquote>
<p style="margin-bottom: 0cm;">root@server[~]# vi /usr/local/jakarta/tomcat/conf/server.xml</p>
<p style="margin-bottom: 0cm;">
</blockquote>
<p style="margin-bottom: 0cm;">After checking the entry you need to insert the following code in the same file.</p>
<blockquote><p>&lt;Host name=&#8221;domainname&#8221; appBase=&#8221;/home/username/public_html&#8221;&gt;<br />
&lt;Alias&gt;www.domainname&lt;/Alias&gt;<br />
&lt;Context path=&#8221;" reloadable=&#8221;true&#8221; docBase=&#8221;/home/username/public_html&#8221; debug=&#8221;1&#8243;/&gt;<br />
&lt;Context path=&#8221;/manager&#8221; debug=&#8221;0&#8243; privileged=&#8221;true&#8221;<br />
docBase=&#8221;/usr/local/jakarta/tomcat/server/webapps/manager&#8221;&gt;<br />
&lt;/Context&gt;<br />
&lt;/Host&gt;</p></blockquote>
<p>Make sure you Save the file before you exit and now restart the tomcat.</p>
<blockquote><p>root@server[~]# /usr/local/jakarta/tomcat/bin/./shutdown.sh<br />
root@server[~]# /usr/local/jakarta/tomcat/bin/./startup.sh<br />
root@server[~]# /scripts/restartsrv tomcat</p></blockquote>
<p>And now restart the httpd service</p>
<blockquote><p>root@server[~]# /etc/init.d/httpd stop<br />
root@server[~]# /etc/init.d/httpd startssl</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/isnt-jsp-page-supporting-to-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Payment Options Available From Host.co.in?</title>
		<link>http://www.host.co.in/knowledgebase/what-payment-options-available-from-host-co-in</link>
		<comments>http://www.host.co.in/knowledgebase/what-payment-options-available-from-host-co-in#comments</comments>
		<pubDate>Fri, 30 Dec 2011 15:32:47 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Pre-Sales Questions]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Bank transfer]]></category>
		<category><![CDATA[currencies]]></category>
		<category><![CDATA[payment options]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1413</guid>
		<description><![CDATA[You can avail this option of selecting your required currency after you registered account at the time of ordering the web hosting services.
We receive payments through following methods
1) PayPal
2) 2CheckOut
3) Credit Card Bank Transfer
4) Cheque EBS Cash Payment (For local clients)
You can see all these options available on the order form.
]]></description>
			<content:encoded><![CDATA[<p>You can avail this option of selecting your required currency after you registered account at the time of ordering the <a title="web hosting services" href="http://www.host.co.in/" target="_blank">web hosting services</a>.</p>
<p>We receive payments through following methods</p>
<p>1) PayPal<br />
2) 2CheckOut<br />
3) Credit Card Bank Transfer<br />
4) Cheque EBS Cash Payment (For local clients)</p>
<p>You can see all these options available on the order form.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/what-payment-options-available-from-host-co-in/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Move Files From One Directory to Another Directory Using cPanel?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:26:00 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Moving Files]]></category>
		<category><![CDATA[website directories]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1410</guid>
		<description><![CDATA[For a webmaster it is one of the regular tasks to shift files and folders from one directory to another. If you are a webmaster using cPanel Hosting which comes with cheap web hosting plans, then it&#8217;s an easy task to move files and folder from one directory to another. You just need to follow [...]]]></description>
			<content:encoded><![CDATA[<p>For a webmaster it is one of the regular tasks to shift files and folders from one directory to another. If you are a webmaster using <a title="cPanel Hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">cPanel Hosting</a> which comes with <a title="cheap web hosting" href="http://www.host.co.in/" target="_blank">cheap web hosting</a> plans, then it&#8217;s an easy task to move files and folder from one directory to another. You just need to follow the following instructions.</p>
<ul>
<li>Log in in to your cPanel account, here your can find ‘File Manager’ Icon under Files category.</li>
<li>Click on it and You will come to one message window providing you the following options</li>
</ul>
<ol>
<li>Home Directory</li>
<li>Web Root (public_html/www)</li>
<li>Public FTP Root (public_ftp)</li>
<li>Document Root for (For Exchanging Data among sub-domains created on a main domain)</li>
</ol>
<ul>
<li>You need to select the appropriate option to find the destination of file or folder you need to move from and click &#8216;Go button. (&#8217;Home Directory&#8217; contains all the sub-directories so you need to follow longer path if your went through it)</li>
<li>After reaching to your destination file or folder you can find all editing options at the top of the window including ‘New File’ ‘New Folder’, ‘Copy’, ‘Move File’, ‘Upload’, &#8216;‘Download’, ‘Delete’ etc.</li>
<li>As you want to move the File, you first select it and click on ‘Move File’ now it will ask you the destination folder where you want to move the file, just provide it and click on &#8216;Move File(s)&#8217; button.</li>
</ul>
<p>That&#8217;s it you can check for the file you have moved in the respective folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-move-files-from-one-directory-to-another-directory-using-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Precautions To Be Taken While Transferring Website From One Hosting Provider To Another</title>
		<link>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another</link>
		<comments>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:12:43 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[Domain transefer]]></category>
		<category><![CDATA[nameservers]]></category>
		<category><![CDATA[New web host]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1406</guid>
		<description><![CDATA[There are certain key elements which should be taken in to consideration while your move your website from current web hosting services provider to another.

Unlock you Authorization Code. (What is Authorization Code?)
Take backup of all files, emails, databases.
Remember all the settings you have on your old hosting account to keep them unchanged at the new web hosting [...]]]></description>
			<content:encoded><![CDATA[<p>There are certain key elements which should be taken in to consideration while your move your website from current web hosting services provider to another.</p>
<ul>
<li>Unlock you Authorization Code. (<a title="What is Authorization Code?" href="http://www.host.co.in/knowledgebase/what-is-authorization-code" target="_blank">What is Authorization Code?</a>)</li>
<li>Take backup of all files, emails, databases.</li>
<li>Remember all the settings you have on your old hosting account to keep them unchanged at the new <a title="Web Hosting Services" href="http://www.host.co.in/" target="_blank">web hosting services</a> provider.</li>
<li>Checkout for all operations after you uploaded it at your new web hosting account.</li>
<li>Newly set up all your previous email accounts on your domain and make sure they all are sending and receiving email as usual.</li>
<li>After uploading your backed up data safely and checking all the operations successfully you can update your nameserver from your domain to point to ns1, ns2, ns3 and ns4.yourdomain.com</li>
</ul>
<p>Generally your website and your emails are expected start resolving in the next 24 hours, if it happens then you need not worry and you have successfully transferred your website successfully from your old web hosting provider to new.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/precautions-to-be-taken-while-transferring-website-from-one-hosting-provider-to-another/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Authorization Code?</title>
		<link>http://www.host.co.in/knowledgebase/what-is-authorization-code</link>
		<comments>http://www.host.co.in/knowledgebase/what-is-authorization-code#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:00:38 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Related]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Authorization Code]]></category>
		<category><![CDATA[domain security]]></category>
		<category><![CDATA[domain transfer]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1403</guid>
		<description><![CDATA[When you transfer your website to a new web hosting services provider they ask you for ‘Authorization Code’. It&#8217;s a Unique 6 to 32 character lone code which is specially created to prevent any unsecured or unauthorized transfers of website. This ‘Authorization Code’ provides a security feature as it works as an unique Pin for [...]]]></description>
			<content:encoded><![CDATA[<p>When you transfer your website to a new <a title="Web Hosting Services" href="http://www.host.co.in" target="_blank">web hosting services</a> provider they ask you for ‘Authorization Code’. It&#8217;s a Unique 6 to 32 character lone code which is specially created to prevent any unsecured or unauthorized transfers of website. This ‘Authorization Code’ provides a security feature as it works as an unique Pin for your website (domain name) and it certifies that person who is demanding the transfer of domain is the real owner of that particular website. This code can be found in the control panel of that website. With the help of the &#8216;Authorization Code&#8217; you can also lock your website and prevent any attempt of transformation without your authority. When you want to transfer it they you can unlock it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/what-is-authorization-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A MySQL Database Connection In Dreamweaver</title>
		<link>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:22:08 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Database Connection]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[MySQL Database]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1397</guid>
		<description><![CDATA[After setting up a MySQL user&#8217;s account and after Setting up the PHP / MySQL Site Definition in Dreamweaver now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver.
Connection Name: [...]]]></description>
			<content:encoded><![CDATA[<p>After setting up a MySQL user&#8217;s account and after <a title="Setting up the PHP / MySQL Site Definition in Dreamweaver" href="http://blog.host.co.in/how-to-set-up-the-php-mysql-site-definition-in-dreamweaver" target="_blank">Setting up the PHP / MySQL Site Definition in Dreamweaver</a> now we are going to have a look at the process to create a MySQL database connection with Dreamweaver. After finishing the defining part you should approach the following MySQL connection dialog box in Dreamweaver.</p>
<p>Connection Name: choose your desired name<br />
MySQL Server: mysql.host.co.in<br />
User Name: Your Username (i.e. Admin)<br />
Password: *********<br />
Database: Here you can directly enter the name of your database or select it from the list displayed of MySQL databases which currently exist on the server.</p>
<blockquote><p>Note: It’s necessary for the MySQL Server field to enter localhost if PHP and MySQL are running on the same machine.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-create-a-mysql-database-connection-in-dreamweaver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script For Connecting Remote MySQL DB From Local Machine</title>
		<link>http://www.host.co.in/knowledgebase/script-for-connecting-remote-mysql-db-from-local-machine</link>
		<comments>http://www.host.co.in/knowledgebase/script-for-connecting-remote-mysql-db-from-local-machine#comments</comments>
		<pubDate>Mon, 14 Nov 2011 10:58:19 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Database Connection]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[Remote Server]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1393</guid>
		<description><![CDATA[In a few circumstances you may have to connect the MySQL Database from the local machine to web hosting server, following is the script you can use for the same. Remember you need to have the following information with you
1. Database URL and
2. Java applet – &#8216;com.mysql.jdbc.Driver&#8217; – to connect it.
Now you can use the [...]]]></description>
			<content:encoded><![CDATA[<p>In a few circumstances you may have to connect the MySQL Database from the local machine to <a title="Web Hosting" href="http://www.host.co.in/" target="_blank">web hosting</a> server, following is the script you can use for the same. Remember you need to have the following information with you</p>
<p>1. Database URL and<br />
2. Java applet – &#8216;com.mysql.jdbc.Driver&#8217; – to connect it.</p>
<p>Now you can use the following script to connect MySQL database which is hosted remotely.</p>
<blockquote><p>&lt;!- Database connection settings -&gt;<br />
&lt;property name=”connection.driver_class”&gt;com.mysql.jdbc.Driver&lt;/property&gt;<br />
&lt;property name=”connection.url”&gt;jdbc:mysql://localhost[serverIP ]/database_name&lt;/property&gt;<br />
&lt;property name=”connection.username”&gt;databses_user&lt;/property&gt;<br />
&lt;property name=”connection.password”&gt;password&lt;/property&gt;<br />
&lt;!- configuration pool via c3p0-&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/script-for-connecting-remote-mysql-db-from-local-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Reset MySQL Password Using MySQL Command</title>
		<link>http://www.host.co.in/knowledgebase/how-to-reset-mysql-password-using-mysql-command</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-reset-mysql-password-using-mysql-command#comments</comments>
		<pubDate>Tue, 01 Nov 2011 13:44:21 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[MySQL Command]]></category>
		<category><![CDATA[Reset Password]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1388</guid>
		<description><![CDATA[In previous post we saw how to change MySQL password using mysqladmin command at shell prompt. But there is another way to do it by updating the MySQL database.  As usernames and passwords are stored in a user table in MySQL database so you can directly change password of any user by following the below [...]]]></description>
			<content:encoded><![CDATA[<p>In previous post we saw <a title="How to change MySQL Password" href="http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password" target="_blank">how to change MySQL password</a> using mysqladmin command at shell prompt. But there is another way to do it by updating the MySQL database.  As usernames and passwords are stored in a user table in MySQL database so you can directly change password of any user by following the below given method.<br />
First you need to login into MySQL server and type the following command</p>
<blockquote><p>$ mysql -u root -p</p></blockquote>
<p>For using MySQL database you need to type the following command</p>
<blockquote><p>mysql&gt; use mysql;</p></blockquote>
<p>Suppose that you want to change password of a user having username &#8216;XYZ&#8217;, then type the following command</p>
<blockquote><p>mysql&gt; update user set password=PASSWORD(“NEWPASSWORD”) where User=&#8217;XYZ&#8217;;</p></blockquote>
<p>After doing these changes it&#8217;s recommended to reload privileges before you quit so type the following command.</p>
<blockquote><p>mysql&gt; flush privileges;</p></blockquote>
<p>Now to exit MySQL use following command</p>
<blockquote><p>mysql&gt; quit</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-reset-mysql-password-using-mysql-command/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Set / Reset MySQL Password?</title>
		<link>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password</link>
		<comments>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password#comments</comments>
		<pubDate>Thu, 13 Oct 2011 16:35:16 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[Website security]]></category>
		<category><![CDATA[MySQL Database]]></category>
		<category><![CDATA[Reset Password]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1380</guid>
		<description><![CDATA[Changing password is quiet a regular type of task for many webmasters and the same is also applicable to database administrators also. Here I would like to share the procedure of changing the password of MySQL. Root user is the admin of a MySQL account. Remember that it is different than login to root account [...]]]></description>
			<content:encoded><![CDATA[<p>Changing password is quiet a regular type of task for many webmasters and the same is also applicable to database administrators also. Here I would like to share the procedure of changing the password of MySQL. Root user is the admin of a MySQL account. Remember that it is different than login to root account of a <a title="Linux hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">Linux hosting</a> server.<br />
If it’s your first time you are facing the question &#8216;How to change MySQL password?&#8217; then the server will not require any password at all to connect as root. You will have to use mysqladmin command at shell prompt as shown following.</p>
<blockquote><p>$ mysqladmin -u root password NEWPASSWORD</p></blockquote>
<p>If you have your old password set and want to change it then you will have to use a different following command.</p>
<blockquote><p>$ mysqladmin -u root -p oldpassword newpass<br />
Enter password:</p></blockquote>
<p>If you want to change the password of a normal user then again the command is different for that as following.</p>
<blockquote><p>$ mysqladmin -u user -p oldpassword newpass<br />
$ mysqladmin –user=root –password=’old_password’ password ‘new_password’</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-to-set-reset-mysql-password/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Backup And Restore cPanel Account From The Command Line?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:47:45 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cPanel account]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1377</guid>
		<description><![CDATA[cPanel by default comes with the inbuilt scripts, which has the ability to backup or restore your cPanel account. Following are the commands given to run these scripts.
Following is the command which creates the backup of a cPanel account.
/scripts/pkgacct
Following is the command which restores the taken backup
/scripts/restorepkg
Both these commands should be run as root and [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel by default comes with the inbuilt scripts, which has the ability to backup or restore your cPanel account. Following are the commands given to run these scripts.<br />
Following is the command which creates the backup of a cPanel account.<br />
<strong><em>/scripts/pkgacct</em></strong><br />
Following is the command which restores the taken backup<br />
<strong><em>/scripts/restorepkg</em></strong><br />
Both these commands should be run as root and while restoring a backup you also need to take care to be in the same directory in which the backup is stored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-backup-and-restore-cpanel-account-from-the-command-line/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Can I Activate Awstats In My cPanel?</title>
		<link>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel</link>
		<comments>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel#comments</comments>
		<pubDate>Tue, 04 Oct 2011 08:43:29 +0000</pubDate>
		<dc:creator>Ajay</dc:creator>
				<category><![CDATA[Web Hosting FAQ's]]></category>
		<category><![CDATA[Web Hosting Support]]></category>
		<category><![CDATA[cPanel Hosting]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[AwStats]]></category>
		<category><![CDATA[cPanel account]]></category>
		<category><![CDATA[traffic stats]]></category>

		<guid isPermaLink="false">http://www.host.co.in/knowledgebase/?p=1375</guid>
		<description><![CDATA[&#8216;Awstats&#8217; is one of the most important utility in a web hosting account&#8217;s cPanel. One can analyze the website&#8217;s statistics with it. It comes as a free utility with cPanel Hosting. Many web hosting services providers provide it as a paid option with other web hosting types services like vps hosting or Dedicated Server Hosting. [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;Awstats&#8217; is one of the most important utility in a web hosting account&#8217;s cPanel. One can analyze the website&#8217;s statistics with it. It comes as a free utility with <a title="cPanel Hosting" href="http://www.host.co.in/cpanel-shared-web-hosting.php" target="_blank">cPanel Hosting</a>. Many <a title="web hosting services" href="http://www.host.co.in/" target="_blank">web hosting services</a> providers provide it as a paid option with other web hosting types services like vps hosting or <a title="Dedicated Server Hosting" href="http://www.host.co.in/dedicated-servers-hosting-india.php" target="_blank">Dedicated Server Hosting</a>. Following is the procedure to activate &#8216;Awstats&#8217; with your hosting account.</p>
<ul>
<li>Log in to your cPanel with Username and Password</li>
<li>Search for ‘Choose Log Programs’ under &#8216;Logs&#8217; Category and click on it.</li>
<li>Here you can find &#8216;Awtats&#8217; option beside your domain name, click on it.</li>
<li>Now go back to the previous screen where you will find &#8216;Awstats&#8217; logo. You can click on it to use it.</li>
</ul>
<p>Note:- It may take time until the completion of the cycle of 24 hours to appear the statistics in &#8216;Awstats&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.host.co.in/knowledgebase/how-can-i-activate-awstats-in-my-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

