Author Topic: Cwp paswword problems  (Read 406 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cwp paswword problems
« 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

Offline
****
Re: Cwp paswword problems
« Reply #1 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'