MySQL Forums
Forum List  »  Install & Repo

Re: Authentication plugin choice not display when install 8.0
Posted by: Lars Tangvald
Date: April 11, 2019 12:05AM

Hi,

That's pretty odd. I can't seem to reproduce this error. Maybe it's using a debconf frontend I'm not familiar with. Could you post screenshots of both the password screen and the empty screen?

Also, as a workaround you can try disabling the debconf frontend by using the following command to install:
sudo DEBIAN_FRONTEND=noninteractive apt install mysql-server
This will install in noninteractive mode.

Note that this will set up the root account with no password, but unix socket authentication (so you will need to log in with
sudo mysql
), and the recommended password encryption.

Options: ReplyQuote


Subject
Written By
Posted
Re: Authentication plugin choice not display when install 8.0
April 11, 2019 12:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.