티스토리 뷰
MySQL 4.1.21 설치후 접속 오류 해결 (28000): Access denied for user 'root'@'localhost' (using password: NO)
파란크리스마스 2010. 1. 11. 16:00출처 http://ask.nate.com/qna/view.html?n=4636134
MySQL 4.1.21 설치후 접속 오류 해결
해당오류
- ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
- ERROR 2003 <HY000>:Can't connect to Mysql server on 'localhost'<10061>
- mysqladmin: connect to server at 'localhost' failed
- error: 'Can't connect to MySQL server on 'localhost' (10061)'
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4 to server version: 4.1.21-community-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use mysql;
Database changed
mysql> update user set password=password('sqldba') where user='root';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 2 Changed: 0 Warnings: 0
mysql> delete from user where user='';
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql>
- Total
- Today
- Yesterday
- Linux
- KOBA
- ubuntu
- Spring
- Delphi Tip
- JavaScript
- android
- flex
- Spring MVC
- oracle
- Mac
- 송주경
- 지스타2007
- 튜닝쇼 2008
- Xcode
- 서울오토살롱
- ble
- Java
- MySQL
- 동경
- BPI-M4
- NDK
- 레이싱모델 익스트림 포토 페스티벌
- Delphi
- 일본여행
- koba2010
- SAS
- 전예희
- ffmpeg
- sas2009
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |