Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Windows 10 / Version.v8_0_11, db does not start. #207

Open
danidemi opened this issue Mar 2, 2021 · 2 comments
Open

Windows 10 / Version.v8_0_11, db does not start. #207

danidemi opened this issue Mar 2, 2021 · 2 comments

Comments

@danidemi
Copy link

danidemi commented Mar 2, 2021

Hi I set up this database:

    MysqldConfig config = aMysqldConfig(Version.v8_0_11)
            .withCharset(Charset.UTF8)
            .withPort(3306)
            .withUser("capexusr", "capexpwd")
            .withTimeZone("Europe/Rome")
            .withTimeout(1, TimeUnit.MINUTES)
            .withServerVariable("max_connect_errors", 10)
            .withServerVariable("bind-address", "127.0.0.1")
            .build();

    SchemaConfig schemaconfig = new SchemaConfig.Builder("capex-tool")
            .build();
    mysqld = anEmbeddedMysql(config)
            .addSchema(schemaconfig)
            .start();

Every time I try to start the test in Windows, I got two pop-ups, one from the firewall, the other from Windows Security asking me to select a certificate, as you can see here below.

image

This makes the test unrunnable. Any suggestions?

@ludb68
Copy link

ludb68 commented Mar 18, 2021

same
Command exited with error code: '-1073741515' and output: ''

@michaeljamieson10
Copy link

you have to go and create an exception to the firewall for mysql on the port you will run it on(3007, 3000,etc)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants