How Can We Help?
Backup
Using PHPMyadmin
- Open the PHPMyadmin
- Export the database
- Copy the attachment directory to safer place
- Copy the upload directory to safer place
Using Mysql
- goto the path where mysqldump stored
- run “mysqldump -u username -ppassword database_name > /path/to/backup/candidats.sql”
- Copy the attachment directory to safer place
- Copy the upload directory to safer place