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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则