hms
Posts: 4
Joined: Thu Mar 03, 2022 12:49 pm

Configuring MySQL Server 8.0

Fri Mar 04, 2022 7:20 pm

Hello,
Is there a way to configure MySQL No Install Server using AI Professional?

Liviu
Posts: 1035
Joined: Tue Jul 13, 2021 11:29 am
Contact:  Website

Re: Configuring MySQL Server 8.0

Tue Mar 08, 2022 10:30 am

Hello,

As I can see, my colleague Danut has replied to you over the email, please continue the conversation there.

As a short decription for others facing a similar scenario if it is just command lines that needs to be executed, then you can achieve this with the Professional edition.

Through the custom action you can launch an installed file and pass command lines to it during installation.

For example you can pass this kind of command to the MySQL:

Code: Select all

community install -silent server;8.0.28;x64:*:type=config;openfirewall=true;generallog=true;binlog=true;serverid=3306;enable_tcpip=true;port=3306;rootpasswd=caphyon;installdir="C:\MySQL\MySQL Server 8.0";
or any other similar command.

Hope this helps!

Best regards,
Liviu
________________________________________
Liviu Sandu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”