Answers for "devilbox mysqldump"

SQL
0

devilbox mysqldump

# Navigate to the Devilbox directory
host> cd path/to/devilbox

# Enter the PHP container
host> ./shell.sh

# Start the backup
[email protected] in /shared/httpd $ mysqldump -h mysql -u root -p my_db_name > /shared/backups/mysql/my_db_name.sql
Posted by: Guest on March-10-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language