Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 중독 게임
- quota
- 태권브이
- node.js
- node 이미지 저장
- 재귀쿼리
- strtotime
- mongodb
- set foreign_key
- php-fpm
- 특정 패키지 업데이트 중지 / 해제
- openfire
- 날짜계산
- rsync
- xcache
- no key alg
- simplexml_load_filesimplexml
- 리플리케이션 오류
- 앞으로 가기
- 뒤로 가기
- ssmtp
- security.limit_extensions
- 워드프레스한글팩
- 훼인
- 외래키
- 이미지주소추출
- 태권v
- MySQL
- 쁘띠프랑스
- php
Archives
- Today
- Total
일상 기록 창고
우분투 16.04 설치 후 mariadb-server-10.0 설치 후 로그인 오류 본문
apt 로 설치 하려고 혹시 해서 보니 올라와 있어 설치를 진행 했다.
1. 설치 후 다음 로그인 mysql -uroot -p ERROR 1698 (28000): Access denied for user 'root'@'localhost' 2. sudo /usr/bin/mysql_secure_installation 역시 오류 발생.. 3. 오류 내용 [Warning] 'user' entry 'root@localhost' has both a password and an authentication plugin specified. The password will be ignored. |
다음과 같이 해결
1. sudo mysql -uroot 패스워드 없이 진행하니 진입 성공 2. use mysql 3. update user set plugin='' where User='root'; 4. flush privileges; |
'프로그래밍 > mysql' 카테고리의 다른 글
우분투에서 mysql apt 설치 후 데이터 디렉토리 옮기기 (0) | 2016.05.29 |
---|---|
16.04 에 mysql 5.7x 버전 설치 깔끔하게 지우기. (0) | 2016.05.29 |
mysql로 1주전 월요일~일요일 (0) | 2014.10.16 |
도로명 FullText 로 테스트 (0) | 2014.01.29 |
도로명 주소 작업했던 내용 (0) | 2014.01.25 |