250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SpringBoot
- myBatis
- jpa
- JavaScript
- PostgreSQL
- JDBC
- spring
- MySQL
- 오픈소스
- MSSQL
- maven
- Docker
- Eclipse
- Spring Boot
- Core Java
- Open Source
- git
- ubuntu
- Source
- error
- STS
- Tomcat
- 설정
- IntelliJ
- Thymeleaf
- Python
- Exception
- oracle
- 문서
- AJAX
Archives
- Today
- Total
헤르메스 LIFE
[MySQL] ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO) 본문
Database
[MySQL] ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
헤르메스의날개 2012. 1. 27. 11:02728x90
처음 MySQL 5.5 버젼을 설치하고 나서 계정 및 DB를 추가하려고 prompt에 mysql 이라고 쳤더니 오류가 났음.
C:\MySQL Server 5.5\bin>mysql
이렇게 하면 된다. ( 사용자를 지정해야 한다. )
C:\MySQL Server 5.5\bin>mysql -u root -p
C:\MySQL Server 5.5\bin>mysql
ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
이렇게 하면 된다. ( 사용자를 지정해야 한다. )
C:\MySQL Server 5.5\bin>mysql -u root -p
Enter password: ******* <- 설치 시 관리자 계정 패스워드를 넣으면 된다.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 23
Server version: 5.5.20 MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
728x90
'Database' 카테고리의 다른 글
[mysql] 토비의 Spring3.0 예제 DB 구축 (0) | 2012.04.15 |
---|---|
[MySQL] DB 추가 및 사용자 추가 (0) | 2012.01.27 |
[MySQL] MySQL 설치 (0) | 2012.01.26 |
[HSQL] HyperSQL 2.2.6 Released (0) | 2011.12.29 |
[MSSQLSERVER] SQL Server 2005 Transact-SQL 기능 개선 (0) | 2011.05.03 |