반응형
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
- 에뮬레이터
- Ruby on Rails
- 이벤트
- 봉사활동
- 루비온레일즈
- 마포구
- Visual Studio
- 프로그래밍
- 레일즈
- 성산2동
- 독후감
- MariaDB
- 자원활동
- 크롤링
- ror
- 루비
- 휘북이학교
- Android
- 휘파람부는거북이
- c++
- 자원봉사
- Ruby
- It
- 안드로이드
- 비주얼 스튜디오
- rails
- Visual Studio Emulator
- 휘파람
- 친구초대
- 휘북이
Archives
- Today
- Total
목록mysql_native_password (1)
DailyOscar
개발에 필요한 MariaDB 설치와 설정
설치: sudo apt-get install mariadb-server root 유저 비밀번호 설정을 위해 update user set password=password('~~~') where user='root'; set password for 'root'@'localhost' = password('~~~'); 다 해보았지만 mysql -u root -p 비번입력 ~~ 다 실패~~~~~~~~~~~~~ ERROR 1698 (28000): Access denied for user 'root'@'localhost' 그 이유가 ~~!! SELECT user, plugin FROM user; 에 보이는 unix_socket 때문이더라! 항간에는 저 플러그인을 ''로 바꾸라거나 다른 무언가로 바꾸라고 한다. htt..
카테고리 없음
2020. 9. 3. 02:31