does your table-prefix match?
If you go through cPanel, then to phpMyAdmin you can see all the WordPress tables... often prefixed with wp_
so if your wp-config.php declares the prefix as mydb_ instead of wp_ that could cause problems.
does your table-prefix match?
If you go through cPanel, then to phpMyAdmin you can see all the WordPress tables... often prefixed with wp_
so if your wp-config.php declares the prefix as mydb_ instead of wp_ that could cause problems.