We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealMySQL 8.0 덤프파일 GitHub
-> employees.sql 파일 생성
mysql.server start mysql -u root -p
CREATE DATABASE employees DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci; USE employees; SOURCE employees.sql;
The text was updated successfully, but these errors were encountered:
jay-so
No branches or pull requests
📖 함께 읽어보면 좋은 자료 - vol1 예제 덤프 파일 설치
1️⃣ RealMySQL vol1 예제 덤프 파일 다운로드
RealMySQL 8.0 덤프파일 GitHub
2️⃣ employees.zip 파일 압축 해제 후, 터미널 이동
-> employees.sql 파일 생성
3️⃣ 테이블 생성 완료 확인
The text was updated successfully, but these errors were encountered: