isolation.php 332 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. //Isolation script sample
  7. //exec('mysql -uroot -p123123q -e"DROP DATABASE mtf; CREATE DATABASE mtf CHARACTER SET utf8;"');
  8. //exec('mysql -uroot -p123123q mtf < /var/www/mtf/mtf.dump.sql');
  9. //exec('rm -rf /var/www/mtf/var/*');