MySQL’de yetkilendirme hatası


8 OCA 2007

PHP ve MySQL ile çalışıp da aşağıdaki hatayı alıyorsanız, şifrenizi değiştirmeniz gerekmektedir.

Hata mesajı : Client does not support authentication protocol requested by server; consider upgrading MySQL client

Çözüm : mysql -u root -p

mysql> use mysql;

mysql> SET PASSWORD FOR ‘kullanici_adi’@'host’ = OLD_PASSWORD(’sifreniz’);

mysql> FLUSH PRIVILEGES;



Bu yazı ile ilgili rastgele seçilmiş 10 yazı :




Hareketler

Yorum Bırak

Bu etiketleri kullanabilirsiniz : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Yorumu göndermek için onay kodunu girmelisiniz!


Joost™