tquser / training

1 stars 0 forks source link

Automate my sql server installation #1

Open tquser opened 6 years ago

anzia commented 6 years ago

MySQLInstallerConsole install server;5.6.25:*:port=3307;serverid=2:type=user;username=root;password=root;

MySQLInstallerConsole install server;5.6.25;x64 -silent

MySQLInstallerConsole install server;5.6.25;x64:*:type=config;openfirewall=true;generallog=true;binlog=true;serverid=3306;enable_tcpip=true;port=3306;installdir="C:\MySQL\MySQL Server 5.6";datadir="C:\MySQL\data";