PHP 3분 핵심 요약집
8.01. 데이터베이스 생성하기
연서은
2024. 5. 23. 11:16
데이터베이스 phpmemo 를 생성한다.
CREATE DATABASE `phpmemo` /*!40100 COLLATE 'utf8mb4_general_ci' */;