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
posta 4 mesi fa141 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 4 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande