Thread Starter
vovidi
(@vovidi)
I took a full website backup with another plugin. It’s in wp-admin. but since I cant access wp-admin, I can’t use the backup. Is there a way to reach that?
I tried updating table prefix on wp-config.php manually to vov_
it didn’t change anything
Thread Starter
vovidi
(@vovidi)
No I didn’t get a DB backup.
I said my table prefix is wp_
I made it vov_
Just after that when I try to open my website, its opening wordpress install page:
/wp-admin/install.php
I checked my wp-config.php file, prefix still the same:
$table_prefix = ‘wp_’;
So I assume, your plugin updated some database table prefixes but not wp-config.
Now I can not reach WP-admin to take it back.
Ps. I’m using Azure servers to host my site. It’s a linux server. I can not reach mysql as well now