For some reason, when I installed WordPress through my host, I was not given the option to change the database table prefix. So now it`s using the hackable wp_ prefix. What do I need to do to remedy this?
For some reason, when I installed WordPress through my host, I was not given the option to change the database table prefix. So now it`s using the hackable wp_ prefix. What do I need to do to remedy this?
You can export the database and use a editor like Notepad++ and search and replace wp_ with your prefix and save the file and import it back with changes.
You will have make change in wp-config.php as well
That seems to be working. Fantastic. Thank you. :)
You are welcome
This topic has been closed to new replies.