Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Metin2 Server Files Official Global – Download

Reset Mysql Password

Stop mysql server:

/usr/local/etc/rc.d/mysql-server stop

Start mysql server without root password:

mysqld_safe --skip-grant-tables &

We connect as root to the mysql server:

mysql -u root

Run the following commands, which will reset the root password:

use mysql;
update user set password=PASSWORD("rBg27<20b-0$") where User='root';
flush privileges;
quit
/usr/local/etc/rc.d/mysql-server stop
/usr/local/etc/rc.d/mysql-server start
reboot
 
you can use Etermanager in s1ll_tools folder then use Etermanager.exe > manage > profiles



in client folder create new folder to unpack your data and config your profile like this :



just change directories and save, after that all data and index will be displayed so now you can unpack and edit root file :



after that you will find unpacked files in new folder that you created and put it in directory, Next step you have to search for Serverinfo.py and modify your IP address and save.



Last step repack the files and you are ready to go :

 
Back
Top