Report this

What is the reason for this report?

MySQL root password during installation on CentOS

Posted on July 6, 2020

what is the root password asked by mysql_secure_install script in CentOS 7?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi @tyrorrico,

If you’ve just installed MySQL/MariaDB manually there shouldn’t be any root password configured and MySQL Secure Install should add one.

Additionally, if it still asks you about a password, please try to run the following command

sudo mysql_secure_installation

The key here is sudo.

Let me know how it goes

Regards, KFSys

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.