SCENE-CE / mirador-multi-user

1 stars 0 forks source link

Change MariaDb password #60

Closed Drilio closed 3 days ago

Drilio commented 3 days ago

Connect to maria db docker and run the following command

mysqld_safe --skip-grant-tables &
FLUSH PRIVILEGES;
SET PASSWORD FOR 'wikiuser'=PASSWORD('XRtmkhdMXriIu2VvZ8T');