is the code given in description is executable in Windows system?
Posted
by OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2010-05-05T06:21:58Z
Indexed on
2010/05/05
6:28 UTC
Read the original article
Hit count: 290
is the code given is executable in Windows system? as it seems to be Linux commands
echo 'create database foo2' | mysql -uroot
mysqldump --skip-triggers -uroot foo | mysql -uroot foo2
© Stack Overflow or respective owner