Topic: A problem with the database backup

My database size is large and when creating a backup, no action
Please help me

Re: A problem with the database backup

Using phpMyAdmin export function or mysqldump command:
mysqldump -u root -p[root password] fa_database > fa.sql