Skip to content

Commit e480403

Browse files
use plugin-load-add
1 parent 20bef56 commit e480403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Executor {
9898
throw 'Could not install MySQL X as the path to the plugin cannot be found.'
9999
}
100100

101-
const executed = await this.#executeFile(binaryFilepath, ['--no-defaults', '--skip-networking', `--init-file=${initFileLocation}`, `--socket=${initSocket}`, `--datadir=${datadir}`, `--plugin-dir=${pluginPath}`])
101+
const executed = await this.#executeFile(binaryFilepath, ['--no-defaults', '--skip-networking', `--socket=${initSocket}`, `--datadir=${datadir}`, `--plugin-dir=${pluginPath}`, `--plugin-load-add="mysqlx=mysqlx.${pluginExtension}`])
102102
this.logger.log('Executed:', executed)
103103
}
104104

0 commit comments

Comments
 (0)