카테고리 없음
bash mysql
een
2021. 6. 30. 10:52
mysql -uuserid -ppassword -h 127.0.0.1 -P 3306 dbschema << END
SELECT NOW()
;
END