Is there a way to make the plugin pull tables that are not prefixed wp_ as I always change that on my installs for security purposes.
Everything is working great except the pulling of data base.
Is there a way to make the plugin pull tables that are not prefixed wp_ as I always change that on my installs for security purposes.
Everything is working great except the pulling of data base.
Hmm...that plugin has this code define( 'wp_table_prefix', $table_prefix ); so would think your wp-config.php $table_prefix was being used.
This topic has been closed to new replies.