Mysql Change Password



Thread Author
Designer
Developer
Member
May
Threads
34
89
1,964
83
Rating - 0%
0   0   0
Hi,

Today we will share with you the Navicat MySQL password change process via Putty.
First of all, connect to Putty SSH, after logging in, just follow the commands below.

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

Code:
mysqld_safe --skip-grant-tables &

Code:
mysql -u root

Code:
use mysql;

Code:
update user set password=PASSWORD("metin2hub") where User='root';

Code:
flush privileges;

Code:
quit

Code:
/usr/local/etc/rc.d/mysql-server start


If the above command gives an error, please try the below command.

Code:
/usr/local/etc/rc.d/mysql-server restart
After executing all the commands above, your new password will be active.
At the end of the process, you do not need to reboot your server.
Your new password; It became 'metin2hub'. (Only in quotation marks.)


Hope to see you in another article...
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
66
2,437
2
1,344
113
Rating - 0%
0   0   0
Hi,

Today we will share with you the Navicat MySQL password change process via Putty.
First of all, connect to Putty SSH, after logging in, just follow the commands below.

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

Code:
mysqld_safe --skip-grant-tables &

Code:
mysql -u root

Code:
use mysql;

Code:
update user set password=PASSWORD("metin2hub") where User='root';

Code:
flush privileges;

Code:
quit

Code:
/usr/local/etc/rc.d/mysql-server start


If the above command gives an error, please try the below command.

Code:
/usr/local/etc/rc.d/mysql-server restart
After executing all the commands above, your new password will be active.
At the end of the process, you do not need to reboot your server.
Your new password; It became 'metin2hub'. (Only in quotation marks.)


Hope to see you in another article...

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
Sep
Threads
1
50
6
8
Rating - 0%
0   0   0
Hi,

Today we will share with you the Navicat MySQL password change process via Putty.
First of all, connect to Putty SSH, after logging in, just follow the commands below.

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

Code:
mysqld_safe --skip-grant-tables &

Code:
mysql -u root

Code:
use mysql;

Code:
update user set password=PASSWORD("metin2hub") where User='root';

Code:
flush privileges;

Code:
quit

Code:
/usr/local/etc/rc.d/mysql-server start


If the above command gives an error, please try the below command.

Code:
/usr/local/etc/rc.d/mysql-server restart
After executing all the commands above, your new password will be active.
At the end of the process, you do not need to reboot your server.
Your new password; It became 'metin2hub'. (Only in quotation marks.)


Hope to see you in another article...
thank you so much you are the best
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock