wandb login --cloud
./vol
. You can configure external MySQL and Object Storage by getting a license. Email [email protected] for more details.wandb local -e LOCAL_RESTORE=true
Look at the logs printed on startup for a temporary username / password to access the instance.WANDB_API_KEY
and WANDB_BASE_URL
environment variables.http://<deployed_name>/admin/users
and clicking on the icon with three horizontal lines. This will allow you to invites users to your instance, reset passwords, deactivate, and delete users from your wandb
instance.wandb
python SDK.GORILLA_EMAIL_SINK
environment variable in the docker container or the Kubernetes deployment to smtp://<user:password>@smtp.host.com:<port>
user
and password
are optional, if you’re using an SMTP server that’s designed to be unauthenticated you would just set the value for the environment variable like GORILLA_EMAIL_SINK=smtp://smtp.host.com:<port>
25
. Note that this might be different based on your setup.max_prepared_stmt_count
error?max_prepared_stmt_count
values range from 0-1048576
with the default being 16382
. If you're running into this error, contact your DB admin to update the max_prepared_stmt_count
to 1048576
and the error should be resolved.Error 1040: Too many connections
error?max_connections
variable has a lower threshold value.show variables like "max_connections"
set global max_connections = 16400;
max_connections
allowed on the database