DB/MYSQL

[MySql] 파일에 저장된 SQL 실행하기

달팽이맛나 2009. 4. 15. 10:00

cat  test.sql
create database aaa()


./mysql -u root -p **** < ./test.sql
저작자표시 (새창열림)