I attempted to deploy a server using cloud-init. The process was successful except for the following errors:
[ * ] Configuring MariaDB database server...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
[ * ] Installing phpMyAdmin version v5.2.1...
Later, I came across this post: After installing HestiaCP I cannot see the DB database mysql.
The post describes a similar issue. Could you please tell me if this behavior is normal or not?