내용 |
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
|