Archive

Posts Tagged ‘lupa password’

[Catalyst] Reset password Cisco 2960

September 12, 2011 Leave a comment

Berikut ini tahapannya :

-Matiin catalyst
-Seting hyper terminal boud 9600
-Teken+tahan tombol mode, nyalain
-Tahan sampe lampu SYST warna hijau
-Tunggu sampe keluar pesan “the system has been interrupted…bla…bla…”

-Switch:flash_init
-switch:load_helper
-switch:dir flash:
-switch:rename flash:config.text flash:config.old
-switch:boot

-Konfirmasi configure: pilih n Read more…

[MySql] Lupa password root mysql

July 5, 2010 Leave a comment

# /etc/init.d/mysql stop
# mysqld_safe –skip-grant-tables &
# mysql -u root
mysql> use mysql;
mysql> update user set password=PASSWORD(“PASSWORD-BARU”) where User=’root’;
mysql> flush privileges;
mysql> quit
# /etc/init.d/mysql stop
# /etc/init.d/mysql start

Follow

Get every new post delivered to your Inbox.