MySQL Forums
Forum List  »  Turkish

mysql'yi bozdum geri başlatamıyorum
Posted by: veli kürk
Date: May 27, 2009 05:04AM

selamlar şu anlatımı googlede buldum:
####################################################
sırası ile komutları takip ederek root şifrenizi sıfırlayabilirsiniz.

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

yaptıktan sonra

mysql -u root -p

komutu ile giriş yapabilirsiniz. Şifre sorucaktır yenişifreniz olarak belirttiğim kısıma şifrenizi yazınız.

/etc/init.d/mysql olarak yazdığım kısım /etc/init.d/mysqld olarakta olabilir.
####################################################

bu anlatıma göre mysql root şifresini değiştirecektim ama mysql yi bozdum geri başlamıyor ne yapabilirim?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql'yi bozdum geri başlatamıyorum
9873
May 27, 2009 05:04AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.