1. phpmyadmin 설치 연동하기
https://rhymetree.tistory.com/7
phpmyadmin 설치
OS 환경 : 우분투, 패키지 관리툴(apt-get)으로 설치 MySQL을 편리하게 관리할 수 있는 툴 "phpmyadmin"을 apt-get으로 로컬에 설치한 후 http://127.0.0.1/phpmyadmin 에 접속을 했을 때 정상적으로 접속이 안된..
rhymetree.tistory.com
2.root로 로그인 안될시 해결법
https://extrememanual.net/33257
phpMyAdmin root 접속 불가 해결 방법 - 익스트림 매뉴얼
#1698 - Access denied for user 'root'@'localhost' mysqli_real_connect(): (HY000/1698) : Access denied for user 'root'@'localhost' MySQL 또는 MariaDB를 설치한 다음
extrememanual.net
3. DB 생성하기
PHP MySQL 프로그래밍 (2) 데이터베이스 생성, 관리, 삭제
1. 데이터베이스 생성 MySQL 계정에서 데이터를 관리할 때 가장 기본적인 작업인 데이터베이스 생성 및 삭제 방법을 알아보자. phpMyAdmin을 이용하여 새로운 데이터베이스를 생성하기 위해 메인 화
gran007.tistory.com
4. 불러오기
https://www.tutorialrepublic.com/php-tutorial/php-mysql-login-system.php
Creating a User Login System with PHP and MySQL - Tutorial Republic
PHP MySQL Login System In this tutorial you will learn how to build a login system with PHP and MySQL. Implementing User Authentication Mechanism User authentication is very common in modern web application. It is a security mechanism that is used to restr
www.tutorialrepublic.com
'Web hacking > Nomaltic) 웹 해킹 수업 노트 👩💻' 카테고리의 다른 글
[4주차]SQL Injection 대응 방안 (0) | 2021.11.04 |
---|---|
[4주차]해시 함수에 대한 이해 (0) | 2021.11.03 |
[3주차]SQL Injection - 데이터 추출 (0) | 2021.10.29 |
로그인 페이지 만들기를 위해 가상머신 우분투에서 apache2/php 연동하기, 소소한 팁들 (0) | 2021.10.23 |
[2주차]SQL Injection - 인증우회(설명, 공격 예시) (0) | 2021.10.23 |