Using mysql in Batch Mode : Batch « Backup Load « SQL / MySQL






Using mysql in Batch Mode


mysql -e "source batch-file"
mysql -h host -u user -p < batch-file


           
       

Related examples in the same category