如何修改mysql數據庫密碼(親測有效加截圖)

用UPDATE直接編輯user表 首先登錄MySQL。 C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin>mysql -u root -p mysql> use mysql; mysql> update user set password=password(‘123’) where user=‘root’ and host=‘localhost’;
相關文章
相關標籤/搜索