If you need to output the result of query, you have to do the following.
mysql > tee output.text;
mysql > select * from employees;
mysql > notee;
'RDB > MySQL' 카테고리의 다른 글
| MySQL online DDL (0) | 2020.07.27 |
|---|---|
| MySQL Simple hint (0) | 2020.07.20 |
| Mariadb event scheduler (0) | 2020.07.06 |
| MySQL table / column rename (0) | 2020.06.29 |
| aws rds replication 설정 변경 (0) | 2020.06.17 |