Good morning,
I have some problem when try to perform a silent installation of mysql community through the use of a custom .net windows form application developed by myself.
in particular I install without problem the msi package but I cannot be able to install an instance of mysql server using mysql installer console
in more detail I try to install the server using the following command
MySQLInstallerConsole.exe install server;5.7.10;x64:*:rootpasswd=foo -silent
but when the command is execute MySQLInstallerConsole ask me to login with some credential
"Some packages require access to your My Oracle Support account. Please enter your credentials:"
how is possible to avoid the login phase? when I try without the siilent parameter no login is requred
kind regards
Luca Fasanotti
I have some problem when try to perform a silent installation of mysql community through the use of a custom .net windows form application developed by myself.
in particular I install without problem the msi package but I cannot be able to install an instance of mysql server using mysql installer console
in more detail I try to install the server using the following command
MySQLInstallerConsole.exe install server;5.7.10;x64:*:rootpasswd=foo -silent
but when the command is execute MySQLInstallerConsole ask me to login with some credential
"Some packages require access to your My Oracle Support account. Please enter your credentials:"
how is possible to avoid the login phase? when I try without the siilent parameter no login is requred
kind regards
Luca Fasanotti