Site Message

Ready to Switch to eZbloo?

Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups

Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites

Any Questions?: Contact me here!

     


To export a database use this command in terminal. #mysql#terminal 

mysqldump -u [username] -p [database] > db_backup.sql
If that does not work for you then you may have created a user in cPanel or some other website management application. You may have to use the --no-tablespaces tag. The syntax looks like this
mysqldump --no-tablespaces -h localhost -u database_name -p user_name > bd_backup.sql




Sign Up To Comment