Sedikit trics buat kakek yang dah pikun dengan password²nya :p
1. Stop mysql
/etc/rc.d/rc.mysqld stop
2. Pindah ke dir di mana mysql kakek berada. Klo mysql cucu berada di direktori /usr/mysql
cd /usr/mysql/
2. Jalankan mysqld_safe dengan option --skip-grant-tables&
./bin/mysqld_safe --skip-grant-tables&
3. Konek ke mysql sebagai root
/usr/mysql/bin/mysql -u root
4. Gunakan database mysql
use mysql;
5. Jalankan perintah update dan ganti ---> passwordbaru <--- dengan password yang akan kakek
gunakan untuk password mysql.
update user set password = password('passwordbaru') where user = 'root' and host='localhost';
6. Flush
flush privileges;
7. Keluar dari mysql
quit
8. Stop mysql
/etc/rc.d/rc.mysqld stop
9. Jalankan mysql lagi
/etc/rc.d/rc.mysqld start
# Di Uji pada "mysql Ver 12.22 Distrib 4.0.20, for pc-linux (i686)"
# Dengan OS Slackware Linux 10.2
# Moga kakek ngga' lupa lagi dengan password mysql
1 comment:
Hi-ya everybody, charming chat board I have found It vastly helpful and it has helped me out a great deal
I hope to contribute & assist other users like this message board has helped me
_________________
[url=http://iphoneusers.com]unlock iphone 4.2.1[/url]
Post a Comment