enter image description here This is a problem has occurred when I installing WordPress
2
Please delete the existing database and create a new or change the table prefix from wp_ to something else. It will resolve your issue.
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.
Click here to cancel reply.
2
Answers
Please delete the existing database and create a new or change the table prefix from wp_ to something else. It will resolve your issue.
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.