WordPress database error occur when installing wordpress

281 Views Asked by At

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

2

There are 2 best solutions below

0
WordPress Mechanic On

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

0
ZealousWeb On

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.