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
Copy file name to clipboardExpand all lines: README.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,32 +200,3 @@ The internal queries that are ran before the queries in ```initSQLString``` are
200
200
Default: process.arch
201
201
202
202
Description: The MySQL binary architecture to execute. MySQL does not offer server builds for Windows on ARM, so to get this package working on Windows on ARM, set the arch option to "x64" and Windows will emulate MySQL.
203
-
204
-
***
205
-
### :warning: Internal Options :warning:
206
-
207
-
The following options are only meant for internal use (such as for testing this package or the internals for running this package via the CLI). Their behaviour may change or they may get removed between major/minor/patch versions and they are not to be considered stable. The options below will not follow Semantic Versioning so it is advised to not use them.
208
-
209
-
-`_DO_NOT_USE_deleteDBAfterStopped: boolean`
210
-
211
-
Default: true
212
-
213
-
Description: Changes whether or not the database will be deleted after it has been stopped. If set to `true`, the database WILL be deleted after it has been stopped.
214
-
215
-
-`_DO_NOT_USE_dbPath: string`
216
-
217
-
Default: `TMPDIR/mysqlmsn/dbs/UUID` (replacing TMPDIR with the OS temp directory and UUID with a UUIDv4 without seperating dashes).
218
-
219
-
Description: The folder to store database-related data in
220
-
221
-
-`_DO_NOT_USE_binaryDirectoryPath: string`
222
-
223
-
Default: `TMPDIR/mysqlmsn/binaries` (replacing TMPDIR with the OS temp directory)
224
-
225
-
Description: The folder to store the MySQL binaries when they are downloaded from the CDN.
226
-
227
-
-`_DO_NOT_USE_cli: boolean`
228
-
229
-
Default: ```false``` if the package is not being executed via the CLI and ```true``` if it is.
230
-
231
-
Description: If set to ```true```, this enables certain CLI-only functionality. For example, when ran by the CLI, logging a message to the console when a shutdown signal (like CTRL + C) has been received and the MySQL database is shutting down and getting deleted.
console.warn(`[ mysql-memory-server - Options WARN ]: Creating MySQL database with option ${opt}. This is considered unstable and should not be used externally. Please consider removing this option.`)
returnreject(`MySQL failed to listen on a certain port. To restart MySQL with a different port, the database directory needed to be deleted. An error occurred while deleting the database directory. Aborting. The error was: ${e}`)
0 commit comments