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
userstring name of user who has permissions to do operation
passwordstring password of the user for authentication
getMySqlConfigs
It returns a JavaScript object with the host, port, database, user, and password for a MySQL database
Returns MySqlConfigs An object with the following properties: host: The value of the environment variable MY_SQL_SERVER or 'localhost'
port: The value of the environment variable MY_SQL_SERVER_PORT or '3306'
database: The value of the environment variable MY_SQL_SERVER_DB or a random hex string
user: The value of the environment variable MY_SQL_USER or a random hex string
password : The value of the environment variable MY_SQL_PASSWORD or a random hex string