<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>LinuxGalore Blogs</title>
	<link>http://blog.linuxgalore.com</link>
	<description>linux, tutorials, articles, distribution, forum, news, hot news, linux news, books, linux books, videos, linux videos</description>
	<lastBuildDate>Fri, 30 May 2008 14:29:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Whatis New in PHP5</title>
		<description><![CDATA[                                   1.Support For Simple XML
By Default PHP5 installs XML and It supports most of the xml extensions.All XML functions are now [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/05/30/whatis-new-in-php5/</link>
			</item>
	<item>
		<title>Advantage of PHP Over Other Scripts</title>
		<description><![CDATA[1.PHP should be embedded within html tags, It offers improved security, quicker response,transparency to the end user
2.Unlike other programming languages, PHP is cross platform.
3.PHP is open source
4.It offers Quick and excellent connectivity to almost all the RDBMS including Mysql,Oracle.
5.It runs with Apache or Netscape Server on all the platforms.
6.It also Offers integration with various external [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/05/30/advantage-of-php-over-other-scripts/</link>
			</item>
	<item>
		<title>Globus-2.4.3 Installation guide</title>
		<description><![CDATA[Let see how to install globus-2.4.3 middleware.
Prerequsites for installing globus
Prerequisite 
 Before starting the Installation of Globus Toolkit on different hosts following is the prerequisite:
 
• SUDO permission is required.
 
• Checking of the Operating System with kernel version. 
                  
                  #More /etc/redhat-releases
 
• Verification of the GPT version. It should be gpt3.0.1 for installing Globus Toolkit 2.4.3. 
 
• [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/01/23/globus-243-installation-guide/</link>
			</item>
	<item>
		<title>Basic Linux Commands</title>
		<description><![CDATA[ The most important to be known for using LINUX is the commands. Below is some of the Basic Linux Commands.
* -  Be Careful while using this Command
File Commands
ls &#8212;  for directory listing
ls -al &#8212;  Formatted Listing with hidden files
cd &#60;dir&#62; &#8212; Change directory to &#60;dir&#62;
cd &#8212; Change to home directory
pwd &#8212; [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/01/08/basic-linux-commands/</link>
			</item>
	<item>
		<title>Zombie !!! How to Kill Zombie Processes ???</title>
		<description><![CDATA[&#8220;On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table, this entry being still needed to allow the process that started the zombie process to read its exit status. The term zombie process derives from the [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/01/02/zombie-how-to-kill-zombie-processes/</link>
			</item>
	<item>
		<title>Lost MySQL ROOT Password ??? Don&#8217;t Worry. Here is the trick to Reset it !!!</title>
		<description><![CDATA[Worrying of LOST the ROOT Password. Don&#8217;t have to worry. Here is the trick, to get it solved and recover the reset the password, so that you can login to MySQL again.
Firstly, stop theMySQL Server as below:
# /etc/init.d/mysql stop
Then start the MySQLD daemon with -skip-grant-tables as shown below:
# mysqld_safe --skip-grant-tables &#38;
Now Connect to MySQL server [...]]]></description>
		<link>http://blog.linuxgalore.com/2008/01/02/lost-mysql-root-password-dont-worry-here-is-the-trick-to-recover-it/</link>
			</item>
	<item>
		<title>MySQL Database backup and restore</title>
		<description><![CDATA[As the database is a critical thing to handle, one needs to monitor and take backups periodically. For this following command is used to take backup of MySQL Database.
#mysqldump -u user_name -p pass_word db_name &#62; db_name.sql
For restoring the database from the backup file:
#mysql -u root -p root_password db_name &#60; db_name.sql
Powered by ScribeFire.
Share This
]]></description>
		<link>http://blog.linuxgalore.com/2007/12/31/mysql-database-backup-and-restore-2/</link>
			</item>
	<item>
		<title>Grant Privileges to User for a Particular Database</title>
		<description><![CDATA[If you are not giving the below said privileges to the user, then you
can only give permissions to appropriate database as shown below:
mysql&#62; grant all privileges on guest.* to
    -&#62; 'guest'@'localhost' identified
    -&#62; by '1234567890' with grant option;

mysql&#62; flush privileges;
Here &#8216;guest&#8217; is the Database name and &#8216;guest.*&#8217; means granting [...]]]></description>
		<link>http://blog.linuxgalore.com/2007/12/31/grant-privileges-to-user-for-a-particular-database-2/</link>
			</item>
	<item>
		<title>Create Users in MySQL ???</title>
		<description><![CDATA[For adding a new user to MySQL you just need to add a new entry to user table in database mysql. Login as root to mysql as shown below:
$ mysql -u root -p   (if Root Password is set.) 

$ mysql -u root (If password is not set for root)
It is recommended to have [...]]]></description>
		<link>http://blog.linuxgalore.com/2007/12/31/create-users-in-mysql/</link>
			</item>
	<item>
		<title>How to Setup ROOT Password and User Password for First Time.</title>
		<description><![CDATA[Method 1#If you have never set a root password for MySQL, the server does notrequire a password at all for connecting as root. To setup rootpassword for first time, use mysqladmin command at shell prompt asfollows:&#160;&#160;&#160; &#160;&#160;&#160; 
 $ mysqladmin -u root password NEWPASSWORD
However if you want to change (or update) a root password, then [...]]]></description>
		<link>http://blog.linuxgalore.com/2007/12/31/how-to-setup-root-password-and-user-password-for-first-time/</link>
			</item>
</channel>
</rss>
