M64/BackEnd

APM 설치

ZEROWIN.TECH 2021. 4. 8. 22:38
728x90

Apache + PHP + MySQL 설치

 

참조 사이트

glow153.tistory.com/22

 

[APM] Windows 10에서 APM 직접 설치하기 - Apache 편

APM은 웹서버 구현을 위해 사용하는 Apache, PHP, MySQL을 통칭하는 말이다. APM은 각각 독립된 프로젝트이나 서로간의 호환성이 좋아 전통적인 서버 개발에 많이 사용되고 있다. APM을 윈도우에 설치

glow153.tistory.com

Apache 설치

apache 다시 시작

 

MySQL 설치

my.ini

net stop mysql

net start mysql

 

 

Error!

deviscreen.tistory.com/85

 

public key retrieval is not allowed 해결

MYSQL 8.0 이후 접속시 8.0 이상의 Dbeaver로 접속을 하려고 하는데, 이전에는 주소값, 데이터베이스, 드라이버이름, 유저아이디, 패스워드 등만 가지고 있으면 접속이 가능했었다. 하지만 8.0 이후의

deviscreen.tistory.com

lsjsj92.tistory.com/439

 

dbeaver 설치 에러(The server time zone value is unrecognized or represents more than one time zone) 해결하기

요즘 db tool을 dbeaver로 사용을 많이 하고 있습니다. 근데 환경이 바뀌면서 제 개인 pc에 설치를 했는데 The server time zone value '´ëÇѹα¹ Ç¥ÁؽÃ' is unrecognized or represents more than..

lsjsj92.tistory.com

jootc.com/p/201904182721

 

PHP PDO caching_sha2_password 접속 문제 해결하기 - JooTC

PHP PDO caching_sha2_password PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]

jootc.com

mysql> alter user 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '1234'
    -> ;
Query OK, 0 rows affected (0.11 sec)

 

'M64 > BackEnd' 카테고리의 다른 글

MySQL 설치-mac  (0) 2021.07.29
MySQL  (0) 2021.04.08
Servlet on wildfly  (0) 2021.03.09
CentOS 설치 + wildfly 설치  (0) 2021.03.07