Re: MYSQL Root 登入問題 - BBS
By Elvira
at 2006-08-14T00:01
at 2006-08-14T00:01
Table of Contents
※ 引述《[email protected] (...)》之銘言:
: ※ 引述《[email protected] (淺龍勿用)》之銘言:
: > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
: > password: YES)
: > 想請問root登不進去的問題 和 防止不存在的帳號進入sql
: http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html
: 比較常用的通常是 --skip-grant-tables --user=root 這招吧
: 另外,grant 時要多注意 @ % , 以及 access control 權限的部分
: 沒有用的帳號就 revoke 之
: MySQL 問題就到這問問吧 http://www.mysql.com/search/
: 或是 google
: 或者你可以看看 Managing & Using MySQL [1] 第六章 Security 的部分
: 裡面有介紹各層級的安全應注意事項
: 不過這本講的比較普通,
: 建議看 High Performance MySQL [2] 這本第十章 Security 的部分比較詳盡。
: 1. ISBN 0-596-00211-4
: 2. ISBN 0-596-00306-4
感謝大大指導
雖然一開始我也不知道為什麼這兩個方法都行不通
於是我把他坎掉重灌
也是不行
不過把RC.CONF的mysql_enable="yes"先註解掉
重開機再去掉註解
就能用--skip-grant-tables --user=root的方式登入了
另外我終於知道一開始設定ROOT密碼出錯在哪
搞得一開始登不進去的原因在於我打成
UPDATE user SET password='我的密碼' where user='root';
應該沒人像我這麼白吃搞這種自找麻煩的飛機吧XD
--
: ※ 引述《[email protected] (淺龍勿用)》之銘言:
: > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
: > password: YES)
: > 想請問root登不進去的問題 和 防止不存在的帳號進入sql
: http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html
: 比較常用的通常是 --skip-grant-tables --user=root 這招吧
: 另外,grant 時要多注意 @ % , 以及 access control 權限的部分
: 沒有用的帳號就 revoke 之
: MySQL 問題就到這問問吧 http://www.mysql.com/search/
: 或是 google
: 或者你可以看看 Managing & Using MySQL [1] 第六章 Security 的部分
: 裡面有介紹各層級的安全應注意事項
: 不過這本講的比較普通,
: 建議看 High Performance MySQL [2] 這本第十章 Security 的部分比較詳盡。
: 1. ISBN 0-596-00211-4
: 2. ISBN 0-596-00306-4
感謝大大指導
雖然一開始我也不知道為什麼這兩個方法都行不通
於是我把他坎掉重灌
也是不行
不過把RC.CONF的mysql_enable="yes"先註解掉
重開機再去掉註解
就能用--skip-grant-tables --user=root的方式登入了
另外我終於知道一開始設定ROOT密碼出錯在哪
搞得一開始登不進去的原因在於我打成
UPDATE user SET password='我的密碼' where user='root';
應該沒人像我這麼白吃搞這種自找麻煩的飛機吧XD
--
Tags:
BBS
All Comments
Related Posts
請教melix的問題?
By Eden
at 2006-08-13T16:08
at 2006-08-13T16:08
cvsup更新的疑惑
By Mary
at 2006-08-13T02:01
at 2006-08-13T02:01
screen如何套入我寫在profile的變數或a …
By Jessica
at 2006-08-11T17:18
at 2006-08-11T17:18
用putty遠端登入的問題
By Mary
at 2006-08-11T17:10
at 2006-08-11T17:10
screen如何套入我寫在profile的變數或alias
By Lily
at 2006-08-11T17:04
at 2006-08-11T17:04