When trying to reinstall WP from scratch I got the error "wp_commentmeta: Table 'madolin_wordpress.wp_commentmeta' doesn't exist"
after all the other tables checked out fine.
When trying to reinstall WP from scratch I got the error "wp_commentmeta: Table 'madolin_wordpress.wp_commentmeta' doesn't exist"
after all the other tables checked out fine.
Hi,
Try to créate the table manualy for exemple with phpmyadmin ...
Here are the table contents:
instead to use:
'madolin_wordpress.wp_commentmeta'
try to shorten the table index for example like this:
'm_w.wp_commentmeta'
This topic has been closed to new replies.