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
MySQL host as written into DB_HOST. The application connects over the loopback.
port
int
MySQL port as written into DB_PORT
Example
fromhostinger_api.models.hosting_v1_databases_website_database_connection_resourceimportHostingV1DatabasesWebsiteDatabaseConnectionResource# TODO update the JSON string belowjson="{}"# create an instance of HostingV1DatabasesWebsiteDatabaseConnectionResource from a JSON stringhosting_v1_databases_website_database_connection_resource_instance=HostingV1DatabasesWebsiteDatabaseConnectionResource.from_json(json)
# print the JSON string representation of the objectprint(HostingV1DatabasesWebsiteDatabaseConnectionResource.to_json())
# convert the object into a dicthosting_v1_databases_website_database_connection_resource_dict=hosting_v1_databases_website_database_connection_resource_instance.to_dict()
# create an instance of HostingV1DatabasesWebsiteDatabaseConnectionResource from a dicthosting_v1_databases_website_database_connection_resource_from_dict=HostingV1DatabasesWebsiteDatabaseConnectionResource.from_dict(hosting_v1_databases_website_database_connection_resource_dict)