MYSQL密碼重置-LNMP環境


 一、先確認lnmp的工做狀態:                    # /root/lnmp status ,若是lnmp正在running,則先將其關閉
mysql

                                                      # /root/lnmp stopsql

二、進入mysql配置文件:                        # vim /etc/my.cnfvim

    在[mysqld]的段中加上一句:               skip-grant-tableside

三、啓動lnmp:                                    # /root/lnmp startspa

四、登陸並修改MySQL的root密碼:            # /usr/bin/mysqlrest

                                                      mysql> use mysql ; ip

                                                      mysql> update user set Password = password ( 'new-password' ) where user = 'root' ;lnmp

                                                       mysql> exitit

五、將MySQL的登陸設置修改回來:              # vim /etc/my.cnftable

   將先前在[mysqld]的段中加上的那句刪除: skip-grant-tables 或者註釋#

六、重啓lnmp:                                      # /root/lnmp restart

相關文章
相關標籤/搜索