1、編輯MySQL(和PHP搭配之最佳組合)配置檔案:
windows環境中:%MySQL(和PHP搭配之最佳組合)_installdir%/my.ini //一般在MySQL(和PHP搭配之最佳組合)安裝目錄下有my.ini即MySQL(和PHP搭配之最佳組合)的配置檔案。
Linux環境中:/etc/my.cnf
在[MySQL(和PHP搭配之最佳組合)d]配置段新增如下一行:
skip-grant-tables
儲存退出編輯。
2、然後重啟MySQL(和PHP搭配之最佳組合)服務
windows環境中:
net stop MySQL(和PHP搭配之最佳組合)
net start MySQL(和PHP搭配之最佳組合)
linux環境中:
/etc/init.d/MySQL(和PHP搭配之最佳組合)d restart
3、設定新的ROOT密碼
然後再在命令列下執行:
MySQL(和PHP搭配之最佳組合) -uroot -p MySQL(和PHP搭配之最佳組合)
直接回車無需密碼即可進入資料庫了。
現在我們執行如下語句把root密碼更新為 7758521:
update user set password=PASSWORD("7758521") where user="root";
quit 退出MySQL(和PHP搭配之最佳組合)。
1、編輯MySQL(和PHP搭配之最佳組合)配置檔案:
windows環境中:%MySQL(和PHP搭配之最佳組合)_installdir%/my.ini //一般在MySQL(和PHP搭配之最佳組合)安裝目錄下有my.ini即MySQL(和PHP搭配之最佳組合)的配置檔案。
Linux環境中:/etc/my.cnf
在[MySQL(和PHP搭配之最佳組合)d]配置段新增如下一行:
skip-grant-tables
儲存退出編輯。
2、然後重啟MySQL(和PHP搭配之最佳組合)服務
windows環境中:
net stop MySQL(和PHP搭配之最佳組合)
net start MySQL(和PHP搭配之最佳組合)
linux環境中:
/etc/init.d/MySQL(和PHP搭配之最佳組合)d restart
3、設定新的ROOT密碼
然後再在命令列下執行:
MySQL(和PHP搭配之最佳組合) -uroot -p MySQL(和PHP搭配之最佳組合)
直接回車無需密碼即可進入資料庫了。
現在我們執行如下語句把root密碼更新為 7758521:
update user set password=PASSWORD("7758521") where user="root";
quit 退出MySQL(和PHP搭配之最佳組合)。