Thank you for the post bqitx
Now we will take care that your topic reaches many people by adding tags
Forum Description : Metin2 Server Files, Server Files, Metin2 Private Servers, Metin2, Metin2 Systems, C++ and Python, Metin2 Home Pages, Metin2 Private Server, Metin2 Download, Metin2 Support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
Tags: #Metin2 Server Files, #Server Files, #Metin2 Private Servers, #Metin2, #Metin2 Systems, #C++ and Python, #Metin2 Home Pages, #Metin2 Private Server, #Metin2 Download, #Metin2 Support, #Metin2 Forum, #Metin2 Pvp Servers, #Errors, #Bugs, #Requests, #Metin2 Pvp #Forum .
Hello again dear community,
I've seen in many hosters for doing reset mysql need money ,so I'll release a way how to do it easy by your self.
Here are the commands:
/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
mysql -u root
use mysql
update user set password=PASSWORD('yourpassword') where user='root';
flush privileges;
quit
service mysql-server restart
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.