Hi,
I try to perform silent installation of mysql server via MySQLInstallerConsole.
The command I use is "MySQLInstallerConsole community install -silent server;8.0.13;x64:*:type=config;servertype=Server;openfirewall=true;generallog=true;serverid=3306;enable_tcpip=true;port=3306;default_authentication_plugin=default_authentication_plugin;rootpasswd=SomePassword;installdir="C:\Program Files\MySQL\MySQLServer 8.0";datadir="D:\database":type=user;username=SomeUsername;password=Somepassword;role=DBManager".
But the installator return a "MySQL Server 8.0.13 - default_authentication_plugin is not a proper value for type DefaultAuthenticationPlugin"message.
The whole output of commaind is
"=================== Start Initialization ===================
MySQL Installer is running in Community mode
Attempting to update manifest.
Initializing product requirements
Loading product catalog
Checking for product catalog snippets
Checking for product packages in the bundle
Categorizing product catalog
Finding all installed packages.
Your product catalog was last updated at 14.01.2019 10:17:48
=================== End Initialization ===================
MySQL Server 8.0.13 - default_authentication_plugin is not a proper value for type DefaultAuthenticationPlugin"
My question is: What are the proper values for default_authentication_plugin arguments? What is the proper value for mysql_native_password?
Thanks.
I try to perform silent installation of mysql server via MySQLInstallerConsole.
The command I use is "MySQLInstallerConsole community install -silent server;8.0.13;x64:*:type=config;servertype=Server;openfirewall=true;generallog=true;serverid=3306;enable_tcpip=true;port=3306;default_authentication_plugin=default_authentication_plugin;rootpasswd=SomePassword;installdir="C:\Program Files\MySQL\MySQLServer 8.0";datadir="D:\database":type=user;username=SomeUsername;password=Somepassword;role=DBManager".
But the installator return a "MySQL Server 8.0.13 - default_authentication_plugin is not a proper value for type DefaultAuthenticationPlugin"message.
The whole output of commaind is
"=================== Start Initialization ===================
MySQL Installer is running in Community mode
Attempting to update manifest.
Initializing product requirements
Loading product catalog
Checking for product catalog snippets
Checking for product packages in the bundle
Categorizing product catalog
Finding all installed packages.
Your product catalog was last updated at 14.01.2019 10:17:48
=================== End Initialization ===================
MySQL Server 8.0.13 - default_authentication_plugin is not a proper value for type DefaultAuthenticationPlugin"
My question is: What are the proper values for default_authentication_plugin arguments? What is the proper value for mysql_native_password?
Thanks.