satu

Gajah mati meninggalkan tulang
harimau mati meninggalkan belang
manusia mati meninggalkan nama

persiapkan klu kalian mati ingin meninggalkan apa ?

Tuesday 3 November 2015

merubah mysql password menjadi kosong

ou need to set the password for root@localhost to be blank. There are two ways:
  1. The MySQL SET PASSWORD command:
    SET PASSWORD FOR root@localhost=PASSWORD('');
  2. Using the command-line mysqladmin tool:
    mysqladmin -u root -pCURRENTPASSWORD password ''
    
    
    refernsi : http://stackoverflow.com/questions/3032054/how-to-remove-mysql-root-password

No comments:

Post a Comment