전체 글
-
SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client (SQL: select * from information_schema.tables where table_schema = chobo and table_name = migrations and table_type = 'BASE TABLE')Laravel/라라벨정보 2020. 3. 24. 01:01
라라벨7 mysql 8.0이상 연동하였을때 인증 오류 발생!!! 해결방법) 1. mysql 로그인 myslq -uroot -p 2. mysql 데이터베이스에 접근 use mysql; 꼭 myql 데이터베이스에 접근해서 비밀번호를 변경해야 된다. 그렇지 않으면 syntax 에러가 날 것이다. 그럼 이제 mysql의 테이블들을 보자. 대따 많다. 필요한건 user 이다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 mysql> show tables; +---------------------------+ | Tables_in_mysql | +---------------------------+ | columns_priv | | component | | db | | default_r..
-
-
나중에 만들어 볼 로또 api사이트Laravel/라라벨정보 2020. 3. 19. 18:04
https://www.nlotto.co.kr/common.do?method=getLottoNumber&drwNo=893 nlotto.co.kr www.nlotto.co.kr 위에꺼 막힘 http://www.dhlottery.co.kr/common.do?method=getLottoNumber&drwNo=+(번호) totSellamnt: 누적금액 returnValue: 실행결과 drwNoDate: 추첨 일자 firstWinamnt: 1등 당첨금 firstPrzwnerCo: 1등 당첨 인원 bnusNo:보너스 번호 drwNo: 회차 drwtNo1~6: 당첨번호 숫자
-
AWS EC2 Windows Server FTP 접속방법AWS/EC2 2020. 3. 19. 01:13
참고 유튜브 https://www.youtube.com/watch?v=MSYubvIs8NI 1.먼저 윈도우서버 인스턴스에서 보안그룹 -> 인바운드룰을 추가한다 2. 원격으로 서버에 접속한 후 찾기에서 server manager를 들어간다. Add roles and features에 들어간다. BEFORE You Being -> Next> Installation Type -> Next> Server Roles Web Server (IIS) 체크 -> NEXT> Features -> NEXT> Web Server Role (IIS) -> NEXT> Role Services FTP Server 체크 -> Next> install -> Yes FTP 설치완료! 3.서치에서 computer Management 그..
-
EC2 윈도우서버 Laravel 설치 및 valet 설치AWS/EC2 2020. 3. 19. 00:33
1. EC2윈도우서버 인스턴스를 먼저 생성 합니다. 2. 라라벨 오픈카톡방에서 제공 해주시는 윈도우 발렛 설치법을 참고했습니다. https://gist.github.com/yupmin/26b44c2dc64d9119a480fd54bc4c441b Install Laravel Valet with Phpstorm For Windows Install Laravel Valet with Phpstorm For Windows. GitHub Gist: instantly share code, notes, and snippets. gist.github.com 출처 - 카카오톡 라라벨 오픈 카톡방 쭉쭉 따라 하다보면 4. Install composer windows 환경변수에 다음을 추가합니다. %APPDATA%\Compos..