一、破解MySQL數據庫密碼步驟
創新互聯建站專注于企業營銷型網站、網站重做改版、開平網站定制設計、自適應品牌網站建設、H5高端網站建設、商城網站建設、集團公司官網建設、外貿營銷網站建設、高端網站制作、響應式網頁設計等建站業務,價格優惠性價比高,為開平等各大城市提供網站開發制作服務。
1、修改mysql配置文件/etc/my.cnf
[mysqld] port = 3306 socket = /tmp/mysql.sock skip-external-locking key_buffer_size = 256M max_allowed_packet = 1M table_open_cache = 256 sort_buffer_size = 1M read_buffer_size = 1M read_rnd_buffer_size = 4M myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size= 16M # Try number of CPU's*2 for thread_concurrency thread_concurrency = 2 datadir = /mydata/data skip-grant-tables #加入此項
2、重新啟動mysqld
# /etc/init.d/mysqld restart Stopping MySQL: [ OK ] Starting MySQL: [ OK ]
3.登錄并修改MySQL的root密碼
# /usr/bin/mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 to server version: 3.23.56 Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> USE mysql ; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> UPDATE user SET Password = password ( 'new-password' ) WHERE User = 'root' ; Query OK, 0 rows affected (0.00 sec) Rows matched: 2 Changed: 0 Warnings: 0 mysql> flush privileges ; Query OK, 0 rows affected (0.01 sec) mysql> quit Bye
5.將MySQL的登錄設置修改回來
# vi /etc/my.cnf 將剛才在[mysqld]的段中加上的skip-grant-tables刪除 保存并且退出vi。
6.重新啟動mysqld
# /etc/init.d/mysqld restart Stopping MySQL: [ OK ] Starting MySQL: [ OK ]
圖示:
修改如下:
重設密碼:
網站欄目:忘記mysql數據庫密碼怎么辦?
瀏覽路徑:http://vcdvsql.cn/article28/jhjdcp.html
成都網站建設公司_創新互聯,為您提供網站設計公司、網站導航、自適應網站、網站內鏈、ChatGPT、網站排名
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯