isolation.php 332 Bytes
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10
<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

//Isolation script sample
//exec('mysql -uroot -p123123q -e"DROP DATABASE mtf; CREATE DATABASE mtf CHARACTER SET utf8;"');
//exec('mysql -uroot -p123123q mtf < /var/www/mtf/mtf.dump.sql');
//exec('rm -rf /var/www/mtf/var/*');