Solution:
You need to define table prefix in your wp-config.php file.
Example:
$table_prefix = ‘chris_’;