현재 맥으로 mysql을 배우는 학생입니다!
다름이 아니라 샘플데이터를 mysql workbench로 이동시키고 싶은데
샘플데이터가 있는 ~/Downloads/employees경로에서 mysql -u root -p < employees.sql를 입력하면
zsh: command not found: mysql라고 뜨면서 실행이 되지 않고있습니다 ㅜㅜ
그래서 워크벤치 내에서 employees.sql을 열어서 실행을 했는데
source show_elapsed.sql
Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'source show_elapsed.sql' at line 1
라고 뜨는데 무엇이 문제일까요ㅜ.ㅜ
