Recent Posts

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Senin, 03 Maret 2014

Merubah all password mysql root

> SET old_passwords =0; 
UPDATE mysql.user SET PASSWORD = PASSWORD( '_pass_' ) WHERE User = '_user_' LIMIT 1 ; 
SELECT LENGTH( 
PASSWORD ) 
FROM mysql.user 
WHERE User = '_user_'; 
FLUSH PRIVILEGES ;