Either we need “Alibaba Cloud Linux” or “Ubuntu” as mentioned in the above image. Then, when I select “Alibaba Cloud Linux” what is the version I should select? as mentioned in the below image.
Make sure mariadb password is correct. During sudo mysql_secure_installation, it will ask to change the root password.
Execute the command sudo mysql -u root -p and check do you able to login to MariaDB Monitor
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4678
Server version: 10.6.16-MariaDB-0ubuntu0.22.04.1 Ubuntu 22.04
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]>
I already installed the MariaDB and I can login to MariaDB monitor as I mentioned in the above image but when I run to install the erpnext app it gives me DB access denied error as mentioned in the below image.