Bvural41 1
Bvural41
mannaxxx 1
mannaxxx
Agora Metin2 1
Agora Metin2
Mt2Hizmet 1
Mt2Hizmet
Hikaye Ekle

Altın Konu Anka2 Project SF | 2025

4.97 yıldız(lar) 36 Değerlendirme Değerlendirenler
yakup hocam navicat şifresini nasıl değiştiricez
Kod:
1) service mysql-server stop
2) mysqld_safe --skip-grant-tables --skip-networking &
3) mysql -u root
4) FLUSH PRIVILEGES;
5) ALTER USER 'root'@'%' IDENTIFIED BY '123';
6) quit
7) reboot


Yukardaki çalışmazsa aşağıdakini dene

Kod:
/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("123") where User='root';
flush privileges;
quit
 
Kod:
1) service mysql-server stop
2) mysqld_safe --skip-grant-tables --skip-networking &
3) mysql -u root
4) FLUSH PRIVILEGES;
5) ALTER USER 'root'@'%' IDENTIFIED BY '123';
6) quit
7) reboot


Yukardaki çalışmazsa aşağıdakini dene

Kod:
/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql;
update user set password=PASSWORD("123") where User='root';
flush privileges;
quit
i think there is a problem with the multilanguage in quest, i made some of them with gameforge[LC][xxx] and the server doesn`t see them, only the oldstyle gameforge ones in tr, not any other language
 

Şu an konuyu görüntüleyenler (Toplam : 1, Üye: 1, Misafir: 0)

Geri
Üst