You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the aent-mysql, it generates a ".mysqldev.env" environement variable.
But the values of the env vars are lost and replaced with "value":
.mysqldev.env
# The password for the root user of MySQL
MYSQL_ROOT_PASSWORD=value
# The password of the default user, created on MySQL first startup
MYSQL_PASSWORD=value
# A default database, created on MySQL first startup
MYSQL_DATABASE=value
# A default user, created on MySQL first startup
MYSQL_USER=value
The text was updated successfully, but these errors were encountered:
When running the aent-mysql, it generates a ".mysqldev.env" environement variable.
But the values of the env vars are lost and replaced with "value":
.mysqldev.env
The text was updated successfully, but these errors were encountered: