Control Web Panel

WebPanel => Installation => Topic started by: acahan3500 on January 15, 2024, 01:03:19 PM

Title: Cwp paswword problems
Post by: acahan3500 on January 15, 2024, 01:03:19 PM
This is how Cwp created the username and mysql root password in automatic installation. However, the password was not verified in any login. How to solve it?
username : root
password: the example password
mysql root Password: bilinmezki
Title: Re: Cwp paswword problems
Post by: Starburst on January 15, 2024, 07:45:20 PM
That password to is to access MariaDB via the CLI.
FYI - MySQL isn't installed with CWP.

99% of the time you won't need it, as you can do most everything thru the CWP GUI.

You can change the password, if needed via: /usr/bin/mariadb-admin -u root password 'new-password'