I have a cpanel i want to make a copy of my data base for security purpose like have DB and copy DB on DB1 Is it someone can explain or help Thank you
Really depends on what kind of database you have, and what kind of tools you have on your server... For example if it's MySQL and you have command line access, mysqldump is pretty much all you'd need.
Since you're using cPanel: 1. Go to "Backup Wizard". 2. Click/select "Backup". 3. Under "Partial Backup", select "MySQL Databases". 4. Click the database name you wish to duplicate. You will be asked to download an archive file (*.gz). Download it. 5. Now, create a new database. I'm sure you already know how to do this. 6. Go to phpMyAdmin and select the new database. 7. Click "Import". 8. Upload the archive file (*.gz) using the file-upload form.