A database table prefix was originally used in the MediaCP software many years ago and has since been phased out of operation. Some installations may still be using a prefix which may cause problems in newer versions of the MediaCP. We highly recommend removing the prefix by using our script provided below.
You can also request that our skilled technicians complete this for you if preferred.
It is easy to do following these steps and a simple rename of tables should be quick:
- Enable phpmyadmin
mediacp phpmyadmin enable
- Login and select the "mediacp" database
- Scroll down, press "Check All"
- Click on the "With selected:" dropdown and select Replace table prefix"
- Enter "cc_" in the first field, leaving the second empty then pressing "Continue" to apply the change
- Open /usr/local/mediacp/htdocs/database.php and replace the
$db_prefix = 'cc_';
with$db_prefix = '';
and save the file