사랑하애오
close
프로필 배경
프로필 로고

사랑하애오

  • 분류 전체보기
    • 정보처리기사 기출문제
      • 2020년
    • AWS
    • HTML, CSS, Layout, Grid
    • JavaScript, JQuery
    • C++
    • Node.js
    • Linux
      • centosOS
    • BlockChain
      • 기술면접
      • 비트코인
      • 이더리움
    • VSCode
    • Network
    • Solidity
    • JAVA
      • SpringBoot
      • SpringBoot Shoppingmall
      • SpringBoot CRUD Board
      • Eclipse
    • MySQL
    • React.JS
      • Redux-Saga
    • 프로그래머스(Javascript)
      • Level 0
  • 홈
  • 태그
  • 방명록

ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number: 에러 해결

Problem: mysql> GRANT USAGE ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '1234'; ERROR 1372 (HY000): Password hash should be a 41-digit hexadecimal number Solution: Option:1 mysql> GRANT USAGE ON *.* TO 'root'@'localhost' IDENTIFIED BY '1234'; Query OK, 0 rows affected (0.00 sec) Option:2 mysql> SELECT PASSWORD('1234'); +-------------------------------------------+ | PASSWORD('1234') | +-..

  • format_list_bulleted MySQL
  • · 2022. 6. 21.
  • textsms

MySQL ERROR 1698 (28000): 에러 해결

WSL 2를 설치하고 우분투 20 에 MySQL 을 깔았는데 root 계정으로는 MySQL root 로 연결이 가능한데 일반 사용자로는 다음 에러를 내며 연결이 되지 않았습니다. ERROR 1698 (28000): Access denied for user 'root'@'localhost' 구글링해보니 MySQL root 는 인증 방식을 Local 에 있는 Unix Domain socket 으로 하기때문에 root 권한이 있어야만 연결이 가능하다고 합니다. 운영 서버는 저런 정책을 갖는게 맞겠지만 로컬이나 개발용은 불편하니 다음 방법으로 인증 방식을 변경하면 됩니다. root 사용자로 mysql 에 연결합니다. sudo mysql -u root -p mysql 사용자별 Auth plugin 을 조회합니다...

  • format_list_bulleted MySQL
  • · 2022. 6. 21.
  • textsms

블록체인 Curl 명령어

메모 포스팅 Blockchain Method URL Description GET /blockchain/blocks Get all blocks GET /blockchain/blocks/{index} Get block by index GET /blockchain/blocks/{hash} Get block by hash GET /blockchain/blocks/latest Get the latest block PUT /blockchain/blocks/latest Update the latest block GET /blockchain/blocks/transactions/{transactionId} Get a transaction from some block GET /blockchain/transactions G..

  • format_list_bulleted BlockChain
  • · 2022. 1. 28.
  • textsms
블록체인 라이트코인 빌드

블록체인 라이트코인 빌드

비트코인 기반 오픈소스 라이트코인으로 나만의 미미코인을 빌드할것입니다. 리눅스에서 작업할 것입니다. mkdir workspace/ cd workspace/ 일단 작업할 디렉토리를 생성하고 들어갑니다. sudo apt update && sudo apt upgrade 시작에 앞서 먼저 해주시고 sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git sudo apt install nsis 필수 요소들을 설치해줍니다. 이제 본격적으로 시작합니다. 라이트코인(비트코인 기반) 깃 클론하기 git clone -b 0.15 --single-branch https://github.com/litecoin-..

  • format_list_bulleted BlockChain
  • · 2022. 1. 24.
  • textsms
블록체인 bitcoin build하기(WSL)

블록체인 bitcoin build하기(WSL)

https://github.com/bitcoin/bitcoin 에 들어가면 bitcoin소스를 볼 수 있다. https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md 에 들어가서 build-windows파일을 봐준다. Cross-compilation for Ubuntu and Windows Subsystem for Linux부터 본다. wsl 설치가 되어있어야 함. wsl 들어가서 셀을 작성할 수 있도록 환경세팅을 해준다. sudo apt update sudo apt upgrade sudo apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils cu..

  • format_list_bulleted BlockChain
  • · 2022. 1. 4.
  • textsms
C++ basic build on Linux(Ubuntu(WSL))

C++ basic build on Linux(Ubuntu(WSL))

나는 블록체인을 하면서 계속 리눅스에서 하는 걸 배워왔는데 이제야 그 이유를 알았다. 코인을 빌드할때 윈도우 환경에서는 실행자체가 안될수도 있다고 하기 때문이다. 코드작성 제외 IDE를 쓰지않고 build & 결과물 보는 것은 LINUX 환경에서 볼 것! node.js / python 파일 실행시킬 때 명령어 node [파일명] python [파일명] => build / compile을 해주지 않는다. C++ build하는 것만 다운받아서 코드를 build할 예정 fucking MacOS는 X-Code를 설치하면 된답니다. $ mkdir workspace // 폴더 생성 $ cd workspace/ // 입 장 $ mkdir helloworld && cd helloworld // 생성 & 입장 $ cod..

  • format_list_bulleted BlockChain
  • · 2022. 1. 3.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • navigate_next
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바