Export Database to the Server [Same Server Database Export]
To export Database which is large in size use this command that will dump the database into the Server FTP.
“mysqldump Databasename > databasename.sql”
To import database to the main cpanel database [Make sure the name is the same]
“mysql databasename > databasename.sql”