Replymessage unavailable
Файл
MysqlRecovery.php · 15 KB · click to show
MysqlRecovery.php · 15 KB · click to show
Instructions to recover MySQL database
1. Remove previous recovery file (if it exists):
rm /opt/unetlab/html/store/app/Console/Commands/mysqlRecovery.php
2. Upload the attached file in this note to your VM through scp, FTP, rsync, or any other method you prefer.
3. Once the file is transferred copy it to this directory:
/opt/unetlab/html/store/app/Console/Commands/
4. Execute the PHP script by running:
php /opt/unetlab/html/store/artisan mysql_recovery run
Done!