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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인