반응형 설치2 라즈베리파이에 MariaDB 설치 $ sudo apt update $ sudo apt install mariadb-server // root 비밀번호 설정 등 초기 설정 $ sudo mysql-secure-installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MariaDB to secure it, we'll need the current password for the root user. If you've just installed MariaDB, and haven't set the root passwo.. 2024. 2. 2. flutter + vscode 개발 환경 세 1. 아래 경로로 들어가 현재 설치된 OS 선택. 현재 윈도우 설치돼 있으므로 Windows 선택 https://docs.flutter.dev/get-started/install Install Install Flutter and get started. Downloads available for Windows, macOS, Linux, and Chrome OS operating systems. docs.flutter.dev 2. Flutter SDK 다운로드 3. 다운로드한 파일을 적당한 위치로 이동하고 압축풀기 4. 윈도우 콘솔창에서 Flutter 명령어들이 실행되도록 하기 위해 환경변수에 flutter/bin 경로 추가. 5. 콘솔창을 열어 'flutter doctor' 명령을 실행한다. 이 명령은 환.. 2021. 12. 22. 이전 1 다음