ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
라는 오류가뜨면서..접속이안된다..
패스워드를 바로 적어주지않아서 뜨는 오류이다
[root@localhost ~]# mysql -pPASSWORD
처럼... -p 다음에 바로붙여서 패스워드를 적어주면된다
[root@localhost bin]# mysql -pPASSWORD
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7040680
Server version: 5.1.73 Source distribution
Copyright (c) 2000, 2013, 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>
반응형
'얕고넓은지식 > linux' 카테고리의 다른 글
centos 7 ssh 설치중 이런 오류가 뜬다면? Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. (0) | 2021.03.23 |
---|---|
Apache(CentOS) 명령어 (0) | 2021.03.22 |
CentOS 7 PHP 7.3 설치 방법 (0) | 2021.03.22 |
CentOS 7.x MySQL 5.7 설치 & Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda) (0) | 2021.03.22 |
centos7 mysql 비밀번호 초기화 (0) | 2021.03.22 |
mysql 필드에서 특정 기간전 데이터 삭제처리 쿼리 (0) | 2021.02.15 |
usb 가상 디스크관리자 지정된 파일을 찾을수 없습니다 (0) | 2021.01.23 |
맥북 터미널 ssh 리눅스서버 접속하기 (0) | 2017.03.28 |
CentOS 7 SSH 포트 변경하는 방법 (0) | 2017.03.25 |
mysql 설치 경로? 위치찾기 (0) | 2016.08.26 |