-
Couldn't load subscription status.
- Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesttestsModifies/adds/removes testsModifies/adds/removes tests
Description
Like the initSQLString option, but instead of providing a SQL string, you can provide a file path to a .sql file.
The order of operations for the init file that the MySQL Server will use to initialise will be (first - last):
mysql-memory-serverinternal SQL operations (for things like setting user username and creating initial database)initSQLStringoption- New
initSQLFilePathoption
If there is an error reading the initSQLFilePath file when a value is provided for that option, an error should be thrown and the database should not be started.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesttestsModifies/adds/removes testsModifies/adds/removes tests