Skip to content

MySQL

When adding a MySQL connection in Tracelake, you’ll need to provide the following information:

ParameterTypeRequiredDescriptionExample
HostStringYesMySQL server hostname or IP addressmysql.example.com
PortIntegerNoMySQL server port (default: 3306)3306
UsernameStringYesDatabase username for authenticationroot
PasswordPasswordYesDatabase password for authentication********
DatabaseStringYesDatabase name (required for MySQL)mydatabase
  • Uses the mysql.connector driver for connectivity