Installation stuck in step 2

Situation
I’m trying to install openEmr version 6.0 on Manjaro, with Apache, Mariadb 15.1 Distrib 10.5.8 and php 7.4.14, Zend Engine v3.4.0, I have followed the manual of install, but I stuck in step 2, when it appears Connecting to MySQL… It seems never true connected. I don’t use XAMMP package. I have the MySQL root password and I can use MySQL via command line with ‘mysql -u root -p’

OpenEMR Version
I’m using OpenEMR version 6.0

Browser:
I’m using: firefox 85.0

Operating System
I’m using: Manjaro with LXQT

Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

Y finally installed Open-Emr in my system. I’m going to explain to future reference. In my case the install setup stuck in step 3, “Connecting to MySQL…”
I installed by separated Apache, MariaDB and PHP, but I did not active the mysql extension in php.ini file, so:
Ref: https://wiki.archlinux.org/index.php/PHP#MySQL/MariaDB

Install and configure MySQL/MariaDB as described in MariaDB
Uncomment the following lines in /etc/php/php.ini
extension=pdo_mysql
extension=mysqli
restart de httpd.service with
Sudo systemctl restart http.service
Confirm the status of service
Sudo systemctl status http.service
Now continue with your installation