Pages

Sunday, January 27, 2008

Title :Chris Cornell - You Know My Name

Title :Chris Cornell - You Know My Name
This lyrics is from www.lyrics007.com

If you take a life 
Do you know what you'll give?
Odds are you won't like What it Is.

When the storm arrives
Would you be seen with me?
By the merciless eyes I've deceived

I've seen angels fall from blinding heights
But you yourself are nothing so divine
Just next in line

Arm yourself because no one else here will save you
The odds will betray you
And I will replace you
You can't deny the prize it may never fulfill you
It longs to kill you
Are you willing to die?
The coldest blood runs through my veins
You know my name

If you come inside
Things will not be the same
When you return to my eyes

And if you think you've won
You never saw me change
The game that we have been playing

I've seen diamonds cut through harder men
Then you yourself but if you must pretend
You may meet your end


Arm yourself because no one else here will save you
The odds will betray you
And I will replace you
You can't deny the prize it may never fulfill you
It longs to kill you
Are you willing to die?
The coldest blood runs through my veins

Try to hide your hand
Forget how to feel (forget how to feel)
Life is gone
With just a spin of the wheel (spin of the wheel)


Arm yourself because no one else here will save you
The odds will betray you
And I will replace you
You can't deny the prize it may never fulfill you
It longs to kill you
Are you willing to die?
The coldest blood runs through my veins
You know my name (You Know My Name)


You Know My Name (You Know My Name)
You Know My Name
You Know My Name
You Know My Name

Saturday, January 26, 2008

Reset MYSQL/PHPMYADMIN Password in Linux

1) Stop mysql:
Quote:
$ /etc/init.d/mysql stop
2) Make sure that all of the MySQL processes are actually stopped or killed. You can check for running MySQL processes with this command:

Quote:
$ ps waux
3) If any MySQL processes are still running, they will look similar to the following:

Quote:
2102 32523 ... /bin/sh /usr/local/mysql/bin/safe_mysqld ...
2102 32557 ... /usr/local/mysql/libexec/mysqld --basedir= ...
You can kill the processes with the kill command(Note: The second column is the Process ID or PID):

Quote:
kill -9 32523
4) Restart mysql with --skip-grant-tables:
Quote:
$ /usr/bin/mysqld_safe --skip-grant-tables
5) Open a new seesion, leave the other open as well, in the new session:
Quote:
$ /usr/bin/mysql
6) This should get you in, now:
Quote:
use mysql;
7) Once you are using the mysql database, run the following:
Quote:
UPDATE user SET Password=PASSWORD('YOUR_PASSWORD_HERE')
WHERE Host='localhost' AND User='root';
now quit out with quit; and then restart mysql:
Quote:
$ /etc/init.d/mysql restart
Thats it, you should now be logged in.

About Me

i am sarath a.This blog enlists motivational or inspirational works. GO For Maximum mischief.