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
this.logger.error('MySQL X failed to start successfully and xEnabled is set to "FORCE". Error log is above this message. If this is happening continually and you can start the database without the X Plugin, you can set options.xEnabled to "ON" or "OFF" instead of "FORCE".')
228
+
constkilled=awaitthis.#killProcess(process)
229
+
if(!killed){
230
+
this.logger.error('Failed to kill MySQL process after MySQL X failing to initialise.')
231
+
}
228
232
returnreject('X Plugin failed to start and options.xEnabled is set to "FORCE".')
0 commit comments