bunlar malesef hayat kurtarmadı ben daha once denemiştim,,,,

 

 

 

    O   zaman Root kullanıcı adı değiştirilmiş olablir. Ornegin Plesk kurulu
sistemlerde root yerine admin var. 

 

 

 Guvenli modda açıp,, 

 

Mysqle girdikten sonra, 

 

use mysql;

 

select host,user from user;

 

bu komutları verin, çıkacak listeden olabilecek kullanıcıları tespit
edebilirsiniz. 

 

 

 

 

  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of Mehmet Yayla
Sent: Tuesday, March 03, 2009 2:05 PM
To: [email protected]
Subject: [Linux-sunucu] Re: Mysql root password resetleme ya da goruntuleme
(Acil )

 


 

  _____  

From: [email protected]
To: [email protected]
Date: Tue, 3 Mar 2009 11:29:27 +0200
Subject: [Linux-sunucu] Re: Mysql root password resetleme ya da goruntuleme
(Acil )

İngilizca ama 

Komutlar acık  anlaşılır,, bir problem olursa problemi bildiriniz. 

 

 

 

 

 

SQL Server will be installed with root superuser without any password. You
can connect to MySQL server as root without requiring password or by keying
in blank password. However, if you have set the password for root and forget
or unable to recall the password, then you will need to reset the root
password for MySQL.

 

Login as root to the Unix-like (Unix, Linux or BSD) machine with the MySQL
server.

 

Stop the MySQL server by using either of the following command

 

#/etc/init.d/mysql stop

 

Now you need to Start MySQL server without password

 

# mysqld_safe --skip-grant-tables &

 

Connect to mysql server using mysql client with the following command

 

# mysql -u root

 

Now you should be having mysql prompt

 

mysql>

 

Now you need to Setup new MySQL root user password

 

mysql> use mysql;

 

mysql> update user set password=PASSWORD("YENI_SIFRENIZI_GIRINIZ") where
user='root';         

 

mysql> flush privileges;

 

mysql> quit

 

 

 bunlar malesef hayat kurtarmadı ben daha once denemiştim

  _____  

From: [email protected]
[mailto:[email protected]] On Behalf Of Mehmet Yayla
Sent: Tuesday, March 03, 2009 11:01 AM
To: [email protected]
Subject: [Linux-sunucu] Mysql root password resetleme ya da goruntuleme
(Acil )

 

Merhabalar arkadaslar ;
 
web sitemin uzerinde kostugu mysql root password'u degismis ya da kirilmis.
 
Ben sifreyi nasil degistiririm ya da goruntuleyebilirim ?
 
İnternet forumlarinda anlatilan yontemler ve benim bildiklerim pek ise
yaramadi.
 
Acil ve hayati bir durum.
 
Lutfen yardim edebilirmisiniz ? 

  _____  

Windows LiveT Photos ile fotoğraflarınızı kolayca paylaşımı. Sürükle bırak

 

  _____  

Diğer Windows LiveT özelliklerine göz atın. Sadece
<http://www.microsoft.com/windows/windowslive/>  e-posta iletilerinden daha
fazlası 

_______________________________________________
Linux-sunucu E-Posta Listesi
[email protected]

Liste kurallarını http://liste.linux.org.tr/kurallar.php  bağlantısından 
okuyabilirsiniz;

Bu Listede neden bulunduğunuzu bilmiyorsanız veya artık bu listeden gelen 
e-postaları almak istemiyorsanız aşağıdaki bağlantı adresini kullanarak 1 
dakika içinde üyeliğinizi sonlandırabilirsiniz.
http://liste.linux.org.tr/mailman/listinfo/linux-sunucu

Cevap