Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
isolation.php
Go to the documentation of this file.
1 <?php
7 //Isolation script sample
8 //exec('mysql -uroot -p123123q -e"DROP DATABASE mtf; CREATE DATABASE mtf CHARACTER SET utf8;"');
9 //exec('mysql -uroot -p123123q mtf < /var/www/mtf/mtf.dump.sql');
10 //exec('rm -rf /var/www/mtf/var/*');