CHIASE123.COM - Diễn đàn chia sẻ kiến thức

Diễn đàn chia sẻ kiến thức
Thứ Bảy, 01:11:09 - 23/11/2024

Thời gian được tính theo giờ UTC + 7 Giờ




Tạo chủ đề mới Gửi bài trả lời  [ 4 bài viết ] 
Người gửi Nội dung
 Tiêu đề bài viết: Change a Password for MySQL on Linux
Gửi bàiĐã gửi: 23/02/2016 21:28 
Ngoại tuyến
☀️2/30☀️
☀️2/30☀️
Hình đại diện của thành viên

Ngày tham gia: 08/03/2012 10:56
Bài viết: 15
Đến từ: Hà Giang
Thiết bị: Nokia N96
Số điện thoại: 0367790762
Change a Password for MySQL on Linux

Pre-Flight Check
- These instructions are intended for setting the password for all MySQL users named root on Linux via the command line. However, they can also be followed to change the password for any MySQL user.
- I’ll be working from a Liquid Web Core Managed CentOS 6.5 server, and I’ll be logged in as root.

First we’ll login to the MySQL server from the command line with the following command:

Mã:
mysql -u root -p


In this case, I’ve specified the user root with the -u flag, and then used the -p flag so MySQL prompts for a password. Enter your current password to complete the login.

Now switch to the appropriate MySQL database with the following command:

Mã:
use mysql;


Next we’ll update the password for all MySQL users with the name root. Be sure to replace your_new_password with the actual new password:

Mã:
update user set password=PASSWORD('your_new_password') where User='root';


Note: You can change the password for any user with the above command. Simply specify that user’s username in place of root.
Finally, reload the privileges:

Mã:
flush privileges;


Now you’re all set to exit MySQL!

Mã:
quit

_________________
Diễn đàn chia sẻ kiến thức máy tính:
KETNOI123.COM

Ấn hiện ra để xem chữ ký của mình:


Đầu trang
 Xem thông tin cá nhân Gửi Email  
 
 Tiêu đề bài viết: Re: Change a Password for MySQL on Linux
Gửi bàiĐã gửi: 24/02/2016 06:10 
Ngoại tuyến
☀️10/30☀️
☀️10/30☀️
Hình đại diện của thành viên

Ngày tham gia: 30/11/2015 11:00
Bài viết: 1054
Đến từ: nước avatar xứ sở thần tiên thành phố bảo bình
Số điện thoại: 1111111111111
vh đi a nghĩa

_________________
†™•—»Trảm Phong Bang«—•™†
︻︻︻¶▅▅▆▆▇▇◤


Đầu trang
 Xem thông tin cá nhân Gửi Email  
 
 Tiêu đề bài viết: Re: Change a Password for MySQL on Linux
Gửi bàiĐã gửi: 24/02/2016 12:35 
Ngoại tuyến
☀️2/30☀️
☀️2/30☀️
Hình đại diện của thành viên

Ngày tham gia: 21/11/2015 12:09
Bài viết: 13
Đến từ: Nam Định
Số điện thoại: 01278392368
Change a Password for MySQL on Linux

Pre-Flight Check
- These instructions are intended for setting the password for all MySQL users named root on Linux via the command line. However, they can also be followed to change the password for any MySQL user.
- I’ll be working from a Liquid Web Core Managed CentOS 6.5 server, and I’ll be logged in as root.

First we’ll login to the MySQL server from the command line with the following command:

Mã:
mysql -u root -p


In this case, I’ve specified the user root with the -u flag, and then used the -p flag so MySQL prompts for a password. Enter your current password to complete the login.

Now switch to the appropriate MySQL database with the following command:

Mã:
use mysql;


Next we’ll update the password for all MySQL users with the name root. Be sure to replace your_new_password with the actual new password:

Mã:
update user set password=PASSWORD('your_new_password') where User='root';


Note: You can change the password for any user with the above command. Simply specify that user’s username in place of root.
Finally, reload the privileges:

Mã:
flush privileges;


Now you’re all set to exit MySQL!

Mã:
quit
[/quote]

_________________
๖๑♥★☆۩ßα dαø☆★♥™
︻︻¶▅▆▇◤
________________
╭⌒╮
⌒╮╭⌒╮
╭⌒╮⌒⌒╮
╱◥███◣
|田|田田│
╱◥████◣╬
|田|田田田│╬
╬╬╬╬╬╬╬╬╬

________________
Ấn hiện ra để mình đoán tên bạn (khuyên ko nên ấn)


Đầu trang
 Xem thông tin cá nhân Gửi Email  
 
 Tiêu đề bài viết: Re: Change a Password for MySQL on Linux
Gửi bàiĐã gửi: 24/02/2016 13:07 
Ngoại tuyến
☀️22/30☀️
☀️22/30☀️
Hình đại diện của thành viên

Ngày tham gia: 15/04/2013 15:44
Bài viết: 12651
Đến từ: Địa ngục
Số điện thoại: 0000000000000
@datbadao k đc trích dẫn bài viết của top nhé

_________________
ஜ۩۞۩ஜTrảm Phong Bangஜ۩۞۩ஜ
ஜ۩۞۩ஜPhó Bang Chủஜ۩۞۩ஜ
ஜ۩۞۩ஜDajgiachandatஜ۩۞۩ஜ
░░░░░███████ ]▄▄▄▄▄▄▄▄
I▂▄▅█████████▅▄▃▂I
███████████████████]
.◥⊙▲⊙▲⊙▲⊙▲⊙▲⊙▲⊙◤...
Wap mình nè


Đầu trang
 Xem thông tin cá nhân Gửi Email  
 
Hiển thị những bài viết cách đây:  Sắp xếp theo  
Tạo chủ đề mới Gửi bài trả lời  [ 4 bài viết ] 

Thời gian được tính theo giờ UTC + 7 Giờ


Chủ đề tương tự
 Chủ đề   Người gửi   Trả lời   Xem   Bài viết mới nhất 
Không có bài viết chưa xem mới nào trong chủ đề này. How to create a MySQL User on VPS Linux - Hướng tạo tạo user MySQL trong VPS Linux

nghiammo1992

0

1160

07/05/2015 22:47

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. [Linux] How to backup and restore MySQL databases on Linux

nghiammo1992

0

746

28/11/2021 02:50

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. MySQL Query Cache - Tối ưu hóa MySQL Query Cache

nghiammo1992

0

1019

20/04/2015 22:56

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. Hương dẫn cài đặt Remote MYSQL - Instructions for installing Remote MYSQL

nghiammo1992

0

735

03/12/2020 02:53

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. Tối ưu hóa MYSQL và MariaDB - Optimized my.cnf configuration for MySQL/MariaSQL

nghiammo1992

0

997

04/12/2020 00:16

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. [VPS Linux] Hướng dẫn cài đặt Apache, MySQL, PHP để chạy 1 trang web

nghiammo1992

1

1229

05/02/2014 10:15

dragongalaxy Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. Hướng dẫn cài đặt Nginx, PHP, MySQL phiên bản mới nhất trên VPS Linux

nghiammo1992

0

1123

04/05/2015 23:11

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. How To Backup And Restore MySQL On Linux

nghiammo1992

2

1176

18/09/2018 19:14

Dajgiachandat Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. [Linux] HZTUT Centos - Cài Remote Destop VPS Linux Centos với 1 lệnh duy nhất

nghiammo1992

0

1206

28/05/2014 00:19

nghiammo1992 Xem bài viết mới nhất vừa gửi

Không có bài viết chưa xem mới nào trong chủ đề này. Bật/Tắt tường lửa Iptables trên VPS Linux - How To Disable The Iptables Firewall in Linux

nghiammo1992

1

1166

16/10/2016 01:28

nghiammo1992 Xem bài viết mới nhất vừa gửi

 


Ai đang trực tuyến?

Đang xem chuyên mục này: Không có thành viên nào đang trực tuyến1 khách


Bạn không thể tạo chủ đề mới trong chuyên mục này.
Bạn không thể trả lời bài viết trong chuyên mục này.
Bạn không thể sửa những bài viết của mình trong chuyên mục này.
Bạn không thể xoá những bài viết của mình trong chuyên mục này.

Tìm kiếm với từ khoá:
Chuyển đến:  
Đã tích hợp phpBB® Forum Software © phpBB Group
Vietnamese language pack for phpBB 3.0.x download and support.
CHIASE123.COM - Diễn đàn chia sẻ kiến thức