MySQL을 사용하여 database를 전환하기 위해 USE
문을 사용하려고 하니 다음과 같은 에러 메시지가 출력되며 진행되지 않았다.
mysql> use scd_benchmark;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
$ mysql -uroot -p -A # 사용자 이름은 root로 가정
Password: