내용

글번호 1219
작성자 허진경 (나자바바)
작성일 2023-05-23 14:32:58
제목 오라클의 hr 스키마에 있는 테이블을 MariaDB에 만들기
내용 1. 먼저 hr 사용자로 접속해야 합니다. ---------------------------------------- MariaDB [(none)]> exit; Bye C:\Program Files\MariaDB 11.1\bin>mysql -u hr -p Enter password: ****** Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 11.1.0-MariaDB mariadb.org binary distribution Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> 2. 첨부파일을 C:\에 복사해 놓은 다음 MySQL Client에서 source 명령으로 sql 파일을 실행시킵니다. MariaDB [hr]> source C:/hr-schema-mariadb.sql
첨부파일 hr-schema-mariadb.sql (28,213byte)