WHM Clone DB To Another Cpanel Account On Same Server Posted byOrlando Mansur November 3, 2021November 10, 2021 Leave a comment on WHM Clone DB To Another Cpanel Account On Same Server If you have any timeout issues with MyPHPAdmin because ot the database size, you’ll need to run it through the terminal. Login to Server Root: to dump = mysqldump dbname > dbname.sql to restore = mysql dbname < dbname.sql