Description of my issue:
I like things to be simplified.
All I Want is 2 things:
1- Backup of site files ( No problem here)
2 - Backup of database.
I do NOT want to use any of the site restore functions. I prefer to do those things manually.
I simply want a backup of the files and database that I can do what I want with.
My issue is the database...
When I backup database, then try to restore it manually, it removes the database prefix and uses #__
eg:
My database prefix was: ivf0j_exampletablename
When I try a manual restore via PHPmyadmin it does it all wrong.It removes the prefix and adds #__
#__exampletablename
How can get Akeeba to simply backup the database without changing anything, so when I "import" the database file into phpmyadmin it is unaltered and exact copy?