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
gefragt vor 4 Monaten141 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 4 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen