Hi Matt, The database user passwords are listed in /etc/scalr-server/scalr-server-secrets.json under the mysql section. Use the following one liner to login to the embedded database:
sudo /opt/scalr-server/embedded/bin/mysql -u scalr -p<PASSWORD> scalr Please note: No space between "-p" and your password. Cheers, Wm. Marc O'Brien Scalr Technical Support On Thursday, June 22, 2017 at 4:46:26 AM UTC-6, Matthieu Serrepuy wrote: > > Hi ! > > I am trying to connect to the backend mysql database but none of the > user/pass found in /etc/scalr-server/scalr-server-secrets.json, > scalr-server-ctl show-attributes or scalr-server-ctl show-config are > working :( > > Am I missing somethign obvious ? > > Where can I find the credentials that scalr is currently using ? > > Thanks, > > Matt > > -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
