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
- 리눅스 휴지통 비우기
- 유마스크
- linux 권한설정
- 스테가노그래피 포렌식 툴
- 그램 온도 낮추기
- 노트북CPU성능
- 티스토리가운데정렬
- LG 컨트롤 센터
- 그램 온도
- 리눅스 디스크 다 참
- chmod umask
- Image Steganography
- 아나콘다 install
- 노트북CPU성능비교
- Forensically
- 정보보안용어
- LG 그램 온도
- 표 가운데정렬
- LG CONTORL CENTER
- 표 가운데정렬방법
- zsteg
- 스테가노그래피 툴
- 리눅스 권한설정 리눅스 유마스크
- 'Destination Folder' cannot contain non-ascii characters (special characters or diacritics). Please choose another location.
- chmod 설정
- 노트북CPU견적
- 티스토리표가운데
- umask and 연산
- Error : Due to incompatibility with several Python libraries
- LG 컨트롤 센터 온도
Archives
- Today
- Total
목록php (1)
공대생의 에러일기

본 글은 php7과 mysql community 8.0 연동에서의 Fatal error: Uncaught Error: Class 'mysqli' not found 에러 해결 방법입니다. 또한 localhost와 localhost/phpinfo.php 는 작동하지만 다른 php파일이 작동하지 않을 때 입니다. 에러는 Fatal error: Uncaught Error: Class 'mysqli' not found in ~~ Stack trace: #0 {main} thrown~~ 이런식으로 떴습니다. 이때 대부분의 문제는 php.ini 파일의 문제입니다. ctrl+f 를 누르면 extension 단어만 골라 찾을 수 있습니다. php.ini에서 extenstion_dir = "경로"인데 이 경로는 phpin..
Error
2020. 12. 20. 05:02