Lightsail wordpress instance - how to create new database ?

0

Lightsail wordpress instance - single website

  1. I can login to PHPmyadmin via phpmyadmin WP plugin
  2. getting ERROR: 1044 - Access denied for user 'bn_wordpress'@'%' to database 'bitnami_wordpress2'

how to change "user"privliges? how to create new administrator with full privlidges?

JacekJ
已提問 4 個月前檢視次數 141 次
1 個回答
1

Hello.

Can you access the database as root user?
In that case, try setting the user's access privileges to the database using the following command.


GRANT ALL ON bitnami_wordpress2. * TO 'bn_wordpress'@'localhost';
profile picture
專家
已回答 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南