mysql -h localhost -u user -p concerto < schema.sql mysql -h localhost -u user -p concerto < data.sql mysql -h localhost -u user -p concerto -e "update user set password=md5('password') where id=0;"