skip to Main Content

enter image description here
This is a problem has occurred when I installing WordPress

2

Answers


  1. Please delete the existing database and create a new or change the table prefix from wp_ to something else. It will resolve your issue.

    Login or Signup to reply.
  2. Actually the issue is your database have already all tables and you are trying to install WordPress using this table.

    For the ideal scenario when you install fresh WordPress please use the new database rather than the old database.

    So, please create new database and change the name in you wp-config.php file for DB_NAME.

    Here I have shared the screens-shot for better understanding.

    Screen-shot: https://prnt.sc/12aedo6

    I hope it will helpful.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search